From 1f71331e58d0e65ffb175f96852e42fc15549ed1 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Thu, 19 May 2016 17:43:48 +0200 Subject: [PATCH] Fix dynareParallelGetFiles.m call to random_walk_metropolis_hastings --- matlab/parallel/dynareParallelGetFiles.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/parallel/dynareParallelGetFiles.m b/matlab/parallel/dynareParallelGetFiles.m index bdb6d0143..6dbf0539e 100644 --- a/matlab/parallel/dynareParallelGetFiles.m +++ b/matlab/parallel/dynareParallelGetFiles.m @@ -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)