Merge branch 'resid' into 'master'

Rename resid command

See merge request Dynare/preprocessor!76
master
Sébastien Villemot 2023-06-23 10:09:31 +00:00
commit 1b0e558137
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