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

bug fix that prevented actualization of single algorithms

WARNING: already fixed in another branch not yet
merged into master
parent 40242305
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@ classdef SCDclass_mdsobjcontainer
function obj = SCDclass_mdsobjcontainer()
% contructor, empty container
obj.numparams=0;
obj.numwavegens=0;
obj.numwavegens=0;
obj.modeltoactualize='all';
obj.modeltogenerate='all';
end
function obj = addparameter(obj, param)
......
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