fixing bug introduced in commit 4185e8af14

time-shift
Michel Juillard 2014-09-30 07:58:51 +02:00
parent fa3e77d163
commit 8f47c731dc
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);
}