Partial Information: a minor makeup change to PCL_resol.m

time-shift
George Perendia 2010-10-04 13:57:04 +01:00
parent d7e8870c18
commit 4ad491b0a8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if options_.steadystate_flag
[oo_.exo_steady_state; ...
oo_.exo_det_steady_state]);
if size(dr.ys,1) < M_.endo_nbr
if isfield(M_,'aux_vars')
if length(M_.aux_vars) > 0
dr.ys = add_auxiliary_variables_to_steadystate(dr.ys,M_.aux_vars,...
M_.fname,...
oo_.exo_steady_state,...