posterior_sampler: Fix naming error that crashes parallel estimation

time-shift
Johannes Pfeifer 2017-12-01 08:48:20 +01:00 committed by Stéphane Adjemian (Charybdis)
parent 2647f258d4
commit ec3fb76aa7
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ else
% which files have to be copied to run remotely
NamFileInput(1,:) = {'',[ModelName '_static.m']};
NamFileInput(2,:) = {'',[ModelName '_dynamic.m']};
if M.set_auxiliary_variables
if M_.set_auxiliary_variables
NamFileInput(3,:) = {'',[M_.fname '_set_auxiliary_variables.m']};
end
if options_.steadystate_flag