diff --git a/matlab/PosteriorIRF.m b/matlab/PosteriorIRF.m index c78733e383101727c1ef345a16edc1ca3bdfcaa3..7f3bf0f8e8a6400f36d31a9e57e82272b15277e8 100644 --- a/matlab/PosteriorIRF.m +++ b/matlab/PosteriorIRF.m @@ -457,6 +457,8 @@ if ~exist('OCTAVE_VERSION') [fout] = masterParallel(options_.parallel, 1, M_.exo_nbr,NamFileInput,'PosteriorIRF_core2', localVars, globalVars, options_.parallel_info); end end +else + [fout] = PosteriorIRF_core2(localVars,1,M_.exo_nbr,0); end % END parallel code!