Fix dynareParallelGetFiles.m call to random_walk_metropolis_hastings

time-shift
Johannes Pfeifer 2016-05-19 17:43:48 +02:00
parent 12ee5b7276
commit 1f71331e58
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ for indPC=1:length(Parallel),
if isoctave % Patch for peculiar behaviour of ls under Linux.
% It is necessary to manage the jolly char '*'!
FindAst=strfind(NamFileInput{jfil,2},'comp_status_random_walk_metropolis_hastings_core*');
FindAst=strfind(NamFileInput{jfil,2},'comp_status_posterior_sampler_core*');
if isempty (FindAst)