diff --git a/matlab/pm3.m b/matlab/pm3.m index 4fafacc7f..de5c10e78 100644 --- a/matlab/pm3.m +++ b/matlab/pm3.m @@ -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!