fixed bug in handling options for ramsey_model

issue#70
Michel Juillard 2014-09-28 10:05:22 +02:00
parent 9f9452ea9c
commit 0e7100d176
1 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,8 @@ RamseyModelStatement::writeOutput(ostream &output, const string &basename) const
// options_.ramsey_policy indicates that a Ramsey model is present in the *.mod file
// 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);
}
RamseyPolicyStatement::RamseyPolicyStatement(const SymbolList &symbol_list_arg,