fixing bug introduced in commit 4185e8af14704e83e1c5d8fd3d14c33c4cb1f7f4

issue#70
Michel Juillard 2014-09-30 07:58:51 +02:00
parent 0e7100d176
commit 1aea6b4d4c
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ RamseyModelStatement::writeOutput(ostream &output, const string &basename) const
// this affects the computation of the steady state that uses a special algorithm
// It should probably rather be a M_ field, but we leave it in options_ for historical reason
output << "options_.ramsey_policy = 1;\n";
options_list.writeOutput(output);
}