Merge pull request #960 from JohannesPfeifer/calib_smoother

Filter out case where estimated_params block is present but smoother on calibration is requested
time-shift
Stéphane Adjemian 2015-06-18 12:15:19 +02:00
commit 49dbd4e091
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ decomp = [];
vobs = length(options_.varobs);
smpl = size(Y,2);
M_ = set_all_parameters(xparam1,estim_params_,M_);
if ~isempty(xparam1) %not calibrated model
M_ = set_all_parameters(xparam1,estim_params_,M_);
end
%------------------------------------------------------------------------------
% 2. call model setup & reduction program