Skip to content
Snippets Groups Projects
Commit 82d43818 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

(cherry picked from commit 6e0d9197)
parent 4fcb89ab
No related merge requests found
...@@ -39,7 +39,7 @@ function sim1_purely_forward() ...@@ -39,7 +39,7 @@ function sim1_purely_forward()
1, 1, options_.gstep, options_.solve_tolf, ... 1, 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
skipline(2); skipline(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment