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
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ function oo_ = sim1_purely_forward(options_, M_, oo_)
1, options_.gstep, options_.solve_tolf, ...
options_.solve_tolx, options_.simul.maxit, ...
options_.debug,oo_.exo_simul, M_.params, oo_.steady_state, ...
it);
it+M_.maximum_lag);
if info
oo_.deterministic_simulation.status = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment