From 359b4a20bc9ad3e90ca9dfa0d9d03b740ddc607f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?= Date: Sat, 5 Mar 2016 15:55:22 +0100 Subject: [PATCH] Fixed extended path. - Removed call to make_ex_, - Fill oo_.exo_simul in extended path routine, - Do not update oo_.exo_simul after the call to the extended path routine, - Cosmetic change. (cherry picked from commit 4791649524cc7876fc25d04a925f58a546a3a67d) --- ComputingTasks.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 5649c67c..325d6f05 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -3166,8 +3166,7 @@ ExtendedPathStatement::writeOutput(ostream &output, const string &basename, bool output << "options_." << it->first << " = " << it->second << ";" << endl; output << "extended_path([], " << options_list.num_options.find("periods")->second - << ");" << endl - << "oo_.exo_simul = oo_.ep.shocks;" << endl; + << ");" << endl; } ModelDiagnosticsStatement::ModelDiagnosticsStatement()