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

fixed minor bug in displaying steady state under optimal policy

parent fdb50448
Branches
Tags
No related merge requests found
......@@ -26,12 +26,6 @@ info = stoch_simul(var_list);
if options_.noprint == 0
disp_steady_state(M_,oo_)
for i=M_.orig_endo_nbr:M_.endo_nbr
if strmatch('mult_',M_.endo_names(i,:))
disp(sprintf('%s \t\t %g',M_.endo_names(i,:), ...
oo_.dr.ys(i)));
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment