Skip to content
Snippets Groups Projects
Verified Commit 613a8578 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

InitvalFileStatement: call histval_initvalf.m directly instead of initvalf.m wrapper

parent 06eb8e07
No related branches found
No related tags found
No related merge requests found
Pipeline #9326 passed
...@@ -490,7 +490,7 @@ InitvalFileStatement::writeOutput(ostream &output, [[maybe_unused]] const string ...@@ -490,7 +490,7 @@ InitvalFileStatement::writeOutput(ostream &output, [[maybe_unused]] const string
<< "%" << endl << "%" << endl
<< "options_.initval_file = true;" << endl; << "options_.initval_file = true;" << endl;
options_list.writeOutput(output, "options_initvalf"); options_list.writeOutput(output, "options_initvalf");
output << "[oo_.initval_series, options_.periods] = initvalf(M_, options_initvalf);" << endl; output << "[oo_.initval_series, options_.periods] = histvalf_initvalf('INITVALF', M_, options_initvalf);" << endl;
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment