allow posterior irf plots for octave

time-shift
Marco Ratto 2013-04-05 17:17:47 +02:00
parent 84f0d6c7da
commit fe0054f370
1 changed files with 2 additions and 0 deletions

View File

@ -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!