Skip to content
Snippets Groups Projects
Commit 2a724c19 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

bugfix in wgsigarray1, now core works with rtccode expcode 1005

parent 82f8651c
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,11 @@ classdef SCDclass_mdswgsigarray1 < SCDclass_mdswg
autopopulatemds@SCDclass_mdswg(obj, shot, mdschannel, dim, data, units, [baseparam '.' structparam '[' num2str(ii) ']']);
end
end
end
function out = castdata(obj, in)
out = single(in);
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment