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

allow posterior irf plots for octave

Manual cherry-pick from commit:fe0054f3
parent 442f89c2
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.
Finish editing this message first!
Please register or to comment