changed name of function forecast.m -> dyn_forecast.m because of

name conflict with cszt
time-shift
Michel Juillard 2011-12-11 11:15:38 +01:00
parent bc8d4d8f08
commit 8f1326e2f8
2 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ if (~((any(bayestopt_.pshape > 0) && options_.mh_replic) || (any(bayestopt_.psha
end
if options_.forecast > 0 && options_.mh_replic == 0 && ~options_.load_mh_file
forecast(var_list_,'smoother');
dyn_forecast(var_list_,'smoother');
end
if np > 0