Get the value of periods returned by the initval_file command.

last-simulation-period
Stéphane Adjemian (Charybdis) 2022-01-21 09:52:07 +01:00 committed by Stéphane Adjemian (Ryûk)
parent ddddf89d9c
commit c56d58822e
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ InitvalFileStatement::writeOutput(ostream &output, const string &basename, bool
<< "%" << endl
<< "options_.initval_file = true;" << endl;
options_list.writeOutput(output, "options_initvalf");
output << "oo_.initval_series = initvalf(M_, options_initvalf);" << endl;
output << "[oo_.initval_series, options_.periods] = initvalf(M_, options_initvalf);" << endl;
}
void