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

better labels for SCD.prepforsim

parent e647d2dc
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,13 @@ classdef SCD
end
function H=prepforsim(expcode,shot)
fprintf('\n### LOAD PHASE ###\n');
fprintf('\n### EXPCODE LOAD PHASE ###\n');
H=SCD.load(expcode);
fprintf('\n### INIT PHASE ###\n');
fprintf('\n### EXPCODE INIT PHASE ###\n');
H.init;
fprintf('\n### SETUP PHASE ###\n');
fprintf('\n### EXPCODE SETUP PHASE ###\n');
H.setup;
fprintf('\n### ACTUALIZE PHASE ###\n');
fprintf('\n### EXPCODE ACTUALIZE PHASE ###\n');
H.actualize(shot);
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