EP: output results explicitly as opposed to assignin-statement

master
Johannes Pfeifer 2023-12-10 08:55:42 +01:00
parent 0f397f40af
commit 5a2c099871
1 changed files with 2 additions and 1 deletions

View File

@ -5059,7 +5059,8 @@ ExtendedPathStatement::writeOutput(ostream& output, [[maybe_unused]] const strin
options_list_new.erase("periods");
options_list_new.writeOutput(output);
output << "extended_path([], " << periods << ", [], options_, M_, oo_);" << endl;
output << "[Simulated_time_series, oo_] = extended_path([], " << periods
<< ", [], options_, M_, oo_);" << endl;
}
void