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
Branches
Tags
1 merge request!354several bug fixes for cluster computations
......@@ -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