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 Dynare/dynare!1726
parents a34abd22 fd09b981
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,7 @@ end ...@@ -185,6 +185,7 @@ end
if ~isreal(oo_.endo_simul(:)) % cannot happen with bytecode or the perfect_foresight_problem DLL 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 if M_.maximum_lag > 0
y0 = real(oo_.endo_simul(:, M_.maximum_lag)); y0 = real(oo_.endo_simul(:, M_.maximum_lag));
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment