Removed globals from extended_path routine.

issue#70
Stéphane Adjemian (Hermes) 2016-03-11 13:54:15 +01:00 committed by Stéphane Adjemian (Charybdis)
parent 711c8f1463
commit c3ed13bec7
1 changed files with 1 additions and 1 deletions

View File

@ -3200,7 +3200,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;
<< ", options_, M_, oo_);" << endl;
}
ModelDiagnosticsStatement::ModelDiagnosticsStatement()