Fix crash in estimation introduced in 1fb89a07

time-shift
Sébastien Villemot 2012-07-06 09:50:30 +02:00
parent 61c3145eac
commit 3414d4d468
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ end
bayestopt_.penalty = 1e8;
% Get informations about the variables of the model.
dr = set_state_space(oo_.dr,M_);
dr = set_state_space(oo_.dr,M_,options_);
oo_.dr = dr;
nstatic = dr.nstatic; % Number of static variables.
npred = dr.npred; % Number of predetermined variables.