corrected bug with options_filtered_step_ahead

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@689 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ratto 2006-03-23 13:10:32 +00:00
parent 9934cbe727
commit 682ff004d9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ options_ = set_default_option(options_,'xls_sheet','');
options_ = set_default_option(options_,'xls_range','');
options_ = set_default_option(options_,'filter_step_ahead',0);
options_ = set_default_option(options_,'diffuse_d',[]);
if options_.filtered_vars ~= 0 & options_filter_step_ahead == 0
if options_.filtered_vars ~= 0 & options_.filter_step_ahead == 0
options_.filter_step_ahead = 1;
end
if options_.filter_step_ahead ~= 0