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

Progress towards testable version - fixed Vloop jump

parent 6a08c3d8
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,13 @@ classdef SCD
E = SCDexps.getbymaincode(expcode);
SCDconf_setSIMconf; % set conf for simulation
end
function H=init(expcode,shot)
H=SCD.load(expcode);
H.setup;
H.callinits(shot);
H.actualize(shot);
end
function help()
SCDexps = SCD.getexpcodecontainer();
......
......@@ -615,7 +615,7 @@ classdef SCDclass_expcode
function open(~,varargin)
openslx = SCDclass_expcode.getslx(varargin{:});
fprintf('Spening %s.slx\n',openslx)
fprintf('Opening %s.slx\n',openslx)
open(openslx);
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