Rename resid command

Related to dynare#1888
master
Johannes Pfeifer 2023-06-22 14:12:39 -04:00
parent f38d37a188
commit 43a7d231d0
1 changed files with 1 additions and 1 deletions

View File

@ -5402,7 +5402,7 @@ ResidStatement::writeOutput(ostream &output, [[maybe_unused]] const string &base
[[maybe_unused]] bool minimal_workspace) const
{
options_list.writeOutput(output, "options_resid_");
output << "resid(options_resid_);" << endl;
output << "display_static_residuals(options_resid_);" << endl;
}
void