diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 24c3f12d..6618dce0 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -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 - << ", options_, M_, oo_);" << endl; + << ", [], options_, M_, oo_);" << endl; } ModelDiagnosticsStatement::ModelDiagnosticsStatement()