Harmonize field length for FilteredVariables for calibrated smoother

Analogous to 4f5e0321228c0e4aca19fcd114f26dbaa1bbbfaf
time-shift
Johannes Pfeifer 2014-11-11 09:52:14 +01:00 committed by Michel Juillard
parent 4b1e815728
commit 86cac40362
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ if isequal(options_.mode_compute,0) && isempty(options_.mode_file) && options_.m
' = atT(i,:)'';']);
if options_.nk > 0
eval(['oo_.FilteredVariables.' deblank(M_.endo_names(i1,:)) ...
' = squeeze(aK(1,i,:));']);
' = squeeze(aK(1,i,2:end-(options_.nk-1)));']);
end
eval(['oo_.UpdatedVariables.' deblank(M_.endo_names(i1,:)) ' = updated_variables(i,:)'';']);
end