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

Fix issue with purely forward deterministic models with lags on exogenous.

Ref #617
parent 6db9f103
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ function oo_ = sim1_purely_forward(options_, M_, oo_) ...@@ -37,7 +37,7 @@ function oo_ = sim1_purely_forward(options_, M_, oo_)
1, options_.gstep, options_.solve_tolf, ... 1, options_.gstep, options_.solve_tolf, ...
options_.solve_tolx, options_.simul.maxit, ... options_.solve_tolx, options_.simul.maxit, ...
options_.debug,oo_.exo_simul, M_.params, oo_.steady_state, ... options_.debug,oo_.exo_simul, M_.params, oo_.steady_state, ...
it); it+M_.maximum_lag);
if info if info
oo_.deterministic_simulation.status = 0; oo_.deterministic_simulation.status = 0;
......
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