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
No related branches found
No related tags found
No related merge requests found
...@@ -752,7 +752,7 @@ for j=1:totCPU, ...@@ -752,7 +752,7 @@ for j=1:totCPU,
indPC=min(find(nCPU>=j)); indPC=min(find(nCPU>=j));
load([fname,'_output_',int2str(j),'.mat'],'fOutputVar'); load([fname,'_output_',int2str(j),'.mat'],'fOutputVar');
delete([fname,'_output_',int2str(j),'.mat']); 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! % Check if input files have been updated!
OutputFileName=fOutputVar.OutputFileName; OutputFileName=fOutputVar.OutputFileName;
tmp0=''; tmp0='';
......
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