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
Branches
Tags
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment