Merge branch 'osr_global' of git.dynare.org:JohannesPfeifer/preprocessor

Ref. !81
master
Sébastien Villemot 2023-09-11 16:45:20 +02:00
commit bd0ba65a61
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -2140,7 +2140,7 @@ OsrStatement::writeOutput(ostream &output, [[maybe_unused]] const string &basena
options_list.writeOutput(output);
symbol_list.writeOutput("var_list_", output);
output << "oo_.osr = osr(var_list_,M_.osr.param_names,M_.osr.variable_indices,M_.osr.variable_weights);" << endl;
output << "[info, oo_, options_, M_] = osr.run(M_, options_, oo_, var_list_,M_.osr.param_names,M_.osr.variable_indices,M_.osr.variable_weights);" << endl;
}
void