Skip to content
Snippets Groups Projects
Commit fe0054f3 authored by Marco Ratto's avatar Marco Ratto
Browse files

allow posterior irf plots for octave

parent 84f0d6c7
No related branches found
No related tags found
No related merge requests found
...@@ -457,6 +457,8 @@ if ~exist('OCTAVE_VERSION') ...@@ -457,6 +457,8 @@ if ~exist('OCTAVE_VERSION')
[fout] = masterParallel(options_.parallel, 1, M_.exo_nbr,NamFileInput,'PosteriorIRF_core2', localVars, globalVars, options_.parallel_info); [fout] = masterParallel(options_.parallel, 1, M_.exo_nbr,NamFileInput,'PosteriorIRF_core2', localVars, globalVars, options_.parallel_info);
end end
end end
else
[fout] = PosteriorIRF_core2(localVars,1,M_.exo_nbr,0);
end end
% END parallel code! % END parallel code!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment