Fix bug related to the renaming of options_ in DynareOptions within DsgeLikelihood.m

time-shift
Sébastien Villemot 2011-09-27 16:39:10 +02:00
parent b8c6ed2cd7
commit f250f029af
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ singularity_flag = 0;
if ((kalman_algo==1) || (kalman_algo==3))% Multivariate Kalman Filter
if no_missing_data_flag
if options_.block == 1
if DynareOptions.block == 1
[err, LIK] = block_kalman_filter(T,R,Q,H,Pstar,Y,start,mf,kalman_tol,riccati_tol, M_.nz_state_var, M_.n_diag);
mexErrCheck('block_kalman_filter', err);
else