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

stddiag node 01 fp, tp inbus and outbus ok

confiuration scripts (obj and fp) ok
empty model, passes ctrlD
parent c73076f7
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