4.1: removed preprocessor useless initialization of

estim_params_.param_names
     estim_params_.user_param_names


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3125 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
michel 2009-11-04 20:40:36 +00:00
parent 97d65a0096
commit 4cd9e87d37
1 changed files with 0 additions and 2 deletions

View File

@ -362,8 +362,6 @@ EstimatedParamsStatement::writeOutput(ostream &output, const string &basename) c
<< "estim_params_.var_endo = [];" << endl
<< "estim_params_.corrx = [];" << endl
<< "estim_params_.corrn = [];" << endl
<< "estim_params_.param_names = [];" << endl
<< "estim_params_.user_param_names = [];" << endl
<< "estim_params_.param_vals = [];" << endl
<< "M_.H = 0;" << endl;