Removed catch ME instance for octave compatibility

time-shift
Marco Ratto 2011-01-21 11:22:25 +01:00
parent 4eb91731fc
commit 6c801be332
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ try,
end
disp(['fParallel ',int2str(whoiam),' completed.'])
catch ME
catch,
disp(['fParallel ',int2str(whoiam),' crashed.'])
fOutputVar.error = ME;
fOutputVar.error = lasterror;
save([ fname,'_output_',int2str(whoiam),'.mat'],'fOutputVar' )
waitbarString = fOutputVar.error.message;
% waitbarTitle=['Metropolis-Hastings ',options_.parallel(ThisMatlab).ComputerName];