Fix calib_smoother (enforce order=1)

issue#70
Sébastien Villemot 2012-06-06 17:08:27 +02:00
parent 829cbb7bad
commit 49d022fd13
1 changed files with 1 additions and 0 deletions

View File

@ -2332,5 +2332,6 @@ CalibSmootherStatement::writeOutput(ostream &output, const string &basename) con
symbol_list.writeOutput("var_list_", output);
output << "options_.mode_compute = 0;" << endl
<< "options_.smoother = 1;" << endl
<< "options_.order = 1;" << endl
<< "dynare_estimation(var_list_);" << endl;
}