Skip to content
Snippets Groups Projects
Commit 4179e25e authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing bug when lags are greater than one period

parent 1b869b26
No related branches found
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ function sim1_purely_backward()
M_.endo_nbr, 1, options_.gstep, ...
options_.solve_tolf,options_.solve_tolx, ...
options_.simul.maxit,options_.debug,oo_.exo_simul, ...
M_.params, oo_.steady_state, it);
M_.params, oo_.steady_state, it+M_.maximum_lag-1);
if check
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