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)
issue#70
Stéphane Adjemian (Hermes) 2016-03-05 15:55:22 +01:00
parent f0ff0d911b
commit 359b4a20bc
1 changed files with 1 additions and 2 deletions

View File

@ -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()