v4 dynare_MC.m: options_.filter_step_ahead is now empty by default

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1310 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2007-06-09 07:45:38 +00:00
parent 85ea921bc1
commit 51d6ff2d85
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function dynare_MC(var_list_,OutDir)
global M_ options_ oo_ estim_params_
global bayestopt_
if options_.filtered_vars ~= 0 & options_.filter_step_ahead == 0
if options_.filtered_vars ~= 0 & isempty(options_.filter_step_ahead)
options_.filter_step_ahead = 1;
end
if options_.filter_step_ahead ~= 0