4.1: initializing M_.params = [] for the case where there are no parameters declared in the model

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2656 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2009-05-04 19:31:48 +00:00
parent 077e61e2c2
commit 1b7df60410
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ function global_initialization()
oo_.exo_det_steady_state = [];
oo_.exo_det_simul = [];
M_.params = [];
% Variance matrix for measurement errors
M_.H = 0;