From f999f960f8e9e5b46e26bb937ae93c60eb087626 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 14 Nov 2014 12:26:28 +0100 Subject: [PATCH] bug fix: add missing comment --- matlab/dyn_ramsey_static.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dyn_ramsey_static.m b/matlab/dyn_ramsey_static.m index 564f2747b..99d5e0939 100644 --- a/matlab/dyn_ramsey_static.m +++ b/matlab/dyn_ramsey_static.m @@ -94,7 +94,7 @@ if options_.steadystate_flag end ys_init=zeros(size(oo.steady_state)); %create starting vector for steady state computation as only instrument value is handed over ys_init(k_inst) = x; %set instrument, the only value required for steady state computation, to current value - [x,params,check] = evaluate_steady_state_file(ys_init,... returned x now has size endo_nbr as opposed to input size of n_instruments + [x,params,check] = evaluate_steady_state_file(ys_init,... %returned x now has size endo_nbr as opposed to input size of n_instruments [oo.exo_steady_state; ... oo.exo_det_steady_state], ... M,options_);