Skip to content
Snippets Groups Projects
Verified Commit c56d5882 authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Get the value of periods returned by the initval_file command.

parent ddddf89d
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment