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

Fix bug to optimal policy introduced in 717095ae

parent 8928891b
No related branches found
Tags
No related merge requests found
......@@ -142,6 +142,7 @@ if options_.ramsey_policy
klen = M_.maximum_lag + M_.maximum_lead + 1;
dr.ys = [oo_.steady_state;zeros(M_.exo_nbr,1);multbar];
oo_.steady_state = dr.ys;
lead_lag_incidence = M_.lead_lag_incidence;
else
klen = M_.maximum_lag + M_.maximum_lead + 1;
iyv = M_.lead_lag_incidence';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment