Skip to content
Snippets Groups Projects
Commit 9b4b4a4c authored by Federico Felici's avatar Federico Felici
Browse files

Complete fix for expcode 1007

parent 20999856
No related branches found
No related tags found
No related merge requests found
......@@ -317,6 +317,7 @@ classdef SCDclass_expcode
end
function obj = setnode(obj,node,nodenr)
assert(nargout==1,'must set output argument when calling setnode')
node = node.setactive(true);
assert(node.nodenr == nodenr,...
'set node number and node property do not match while setting node %s',nodenr)
......
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