Copy the generated time series in Base workspace (extended_path).

issue#70
Stéphane Adjemian (Scylla) 2013-12-09 11:07:44 +01:00
parent 78ea064592
commit 3c433ad6ea
1 changed files with 2 additions and 2 deletions

View File

@ -2463,8 +2463,8 @@ ExtendedPathStatement::writeOutput(ostream &output, const string &basename) cons
if (it->first != string("periods"))
output << "options_." << it->first << " = " << it->second << ";" << endl;
output << "oo_.endo_simul = [ oo_.steady_state, extended_path([], " << options_list.num_options.find("periods")->second
<< ") ];" << endl
output << "extended_path([], " << options_list.num_options.find("periods")->second
<< ");" << endl
<< "oo_.exo_simul = oo_.ep.shocks;" << endl;
}