From c835c23ae16d5543aba3e749d66e0312b575e813 Mon Sep 17 00:00:00 2001 From: Michel Juillard <michel.juillard@mjui.fr> Date: Mon, 28 Nov 2011 17:46:47 +0100 Subject: [PATCH] fixed minor bug in displaying steady state under optimal policy --- matlab/ramsey_policy.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/matlab/ramsey_policy.m b/matlab/ramsey_policy.m index 259d6787d..eadac1c23 100644 --- a/matlab/ramsey_policy.m +++ b/matlab/ramsey_policy.m @@ -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 -- GitLab