Reverted adaptivity for plotting in parallel or not.

time-shift
Marco Ratto 2010-10-08 19:44:10 +02:00
parent 1a7fcd8066
commit 9090a8f76b
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ localVars.Mean=Mean;
% Like sequential execution!
% Commenting for testing!
if isnumeric(options_.parallel) % || ceil(size(varlist,1)/MaxNumberOfPlotsPerFigure)<4,
if isnumeric(options_.parallel) || ceil(size(varlist,1)/MaxNumberOfPlotsPerFigure)<4,
fout = pm3_core(localVars,1,nvar,0);
% Parallel execution!