diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 3b60d79e..f9f2223f 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -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;