Skip to content
Snippets Groups Projects
Commit 2cd180ef authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge pull request #359 from rattoma/4.3

Fixed bug introduced in commit c9402d9e ...
parents bdea24fc d458ce3b
Branches
Tags
No related merge requests found
......@@ -752,7 +752,7 @@ for j=1:totCPU,
indPC=min(find(nCPU>=j));
load([fname,'_output_',int2str(j),'.mat'],'fOutputVar');
delete([fname,'_output_',int2str(j),'.mat']);
if isfield(fOutputVar,'OutputFileName'),
if isfield(fOutputVar,'OutputFileName') && Parallel(indPC).Local==0,
% Check if input files have been updated!
OutputFileName=fOutputVar.OutputFileName;
tmp0='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment