From 9090a8f76bfc9639b2c3cfda0ccc17ba11841628 Mon Sep 17 00:00:00 2001 From: Marco Ratto Date: Fri, 8 Oct 2010 19:44:10 +0200 Subject: [PATCH] Reverted adaptivity for plotting in parallel or not. --- matlab/pm3.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!