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

Ref #617
time-shift
Sébastien Villemot 2015-03-09 18:21:36 +01:00
parent 6db9f10353
commit 6e0d919751
1 changed files with 1 additions and 1 deletions

View File

@ -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;