bug fix for parallel execution

time-shift
Marco Ratto 2010-10-27 11:24:23 +02:00
parent 7ef63899b1
commit b5ebff4ff4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ varargin=myinputs.varargin;
if whoiam
Parallel=myinputs.Parallel;
% initialize persistent variables in priordens()
priordens(xparam1,bayestopt_.pshape,bayestopt_.p6,bayestopt_.p7, ...
priordens(xparam1',bayestopt_.pshape,bayestopt_.p6,bayestopt_.p7, ...
bayestopt_.p3,bayestopt_.p4,1);
end