Skip to content
Snippets Groups Projects
Commit 2ceca63b authored by Marco Ratto's avatar Marco Ratto
Browse files

cosmetics

parent a886881f
Branches
Tags
No related merge requests found
......@@ -129,6 +129,8 @@ end
MasterName=deblank(MasterName);
fInputVar.MasterName = MasterName;
% keyboard;
% Save input data for use by the slaves.
switch Strategy
case 0
......@@ -512,7 +514,7 @@ for j=1:totCPU,
if isfield(fOutputVar,'error'),
disp(['Job number ',int2str(j),' crashed with error:']);
iscrash=1;
keyboard;
% keyboard;
disp([fOutputVar.error.message]);
else
fOutVar(j)=fOutputVar;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment