v4 dynare_estimation: remaining bug with options_.forecast

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1076 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-11-15 15:23:19 +00:00
parent 211a839339
commit 2c5668e9bc
1 changed files with 1 additions and 1 deletions

View File

@ -1327,7 +1327,7 @@ if ~((any(bayestopt_.pshape > 0) & options_.mh_replic) | (any(bayestopt_.pshape
end
end
if options_.forecast.periods > 0 & options_.mh_replic == 0 & ~options_.load_mh_file
if options_.forecast > 0 & options_.mh_replic == 0 & ~options_.load_mh_file
forecast(var_list);
end