v4 parser: initialize M_.H in estimated_params

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@671 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-03-11 16:16:12 +00:00
parent f26902fc43
commit b9ae1874ef
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ void ComputingTasks::setEstimationInit(void)
*output << "estim_params_.param_names = [];\n";
*output << "estim_params_.user_param_names = [];\n";
*output << "estim_params_.param_vals = [];\n";
*output << "M_.H = 0;\n";
}
//------------------------------------------------------------------------------
void ComputingTasks::setOptimOptions(string str1, string str2, int task)