correcting r2131 for saving additional variables in oo_

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2133 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-10-03 09:09:22 +00:00
parent 57240cf01e
commit 7a93a8cda8
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ if (~((any(bayestopt_.pshape > 0) & options_.mh_replic) | (any(bayestopt_.pshape
oo_.FilteredVariablesKStepAhead = aK(options_.filter_step_ahead, ...
i_endo_nbr,:);
if isfield(options_,'kalman_algo')
if options_.kalman_algo > 3
if options_.kalman_algo > 2
oo_.FilteredVariablesKStepAheadVariances = PK(options_.filter_step_ahead,i_endo_nbr,i_endo_nbr,:);
oo_.FilteredVariablesShockDecomposition = ...
decomp(options_.filter_step_ahead,i_endo_nbr,:,:);