Skip to content
Snippets Groups Projects
Commit 8df9813a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'perfect_foresight' into 'master'

fix bug when no convergence and backward model

See merge request !1726
parents a34abd22 fd09b981
Branches
No related tags found
1 merge request!1726fix bug when no convergence and backward model
Pipeline #3441 passed
......@@ -185,6 +185,7 @@ end
if ~isreal(oo_.endo_simul(:)) % cannot happen with bytecode or the perfect_foresight_problem DLL
ny = size(oo_.endo_simul, 1)
if M_.maximum_lag > 0
y0 = real(oo_.endo_simul(:, M_.maximum_lag));
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment