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

bug fix

parent f8d145c9
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ classdef SCDclass_mdswgsigsingle < SCDclass_mdswg
if obj.destidx~=1
error('SCDclass_mdswgsigsingle:marteerror', 'MARTe2 remapping not yet implemented');
end
entrystring=[obj.genMARTe2entry@SCDclass_mdswg(obj,shot) ' }'];
entrystring=[genMARTe2entry@SCDclass_mdswg(obj,shot) ' }'];
end
function autopopulatemds(obj, shot)
......
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