From 8f47c731dc90a83edf24f6582e9990f230555e06 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Tue, 30 Sep 2014 07:58:51 +0200 Subject: [PATCH] fixing bug introduced in commit 4185e8af14704e83e1c5d8fd3d14c33c4cb1f7f4 --- preprocessor/ComputingTasks.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/preprocessor/ComputingTasks.cc b/preprocessor/ComputingTasks.cc index be62a410f..e22f15772 100644 --- a/preprocessor/ComputingTasks.cc +++ b/preprocessor/ComputingTasks.cc @@ -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); }