Merge branch 'exo_names_orig_ord' into 'master'

Remove unused exo_names_orig_ord

See merge request Dynare/preprocessor!77
master
Sébastien Villemot 2023-07-04 10:24:15 +00:00
commit 7870a6c815
1 changed files with 0 additions and 2 deletions

View File

@ -948,8 +948,6 @@ DynamicModel::writeDriverOutput(ostream &output, bool compute_xrefs) const
output << "];" << endl;
// Writing initialization for some other variables
output << "M_.exo_names_orig_ord = [1:" << symbol_table.exo_nbr() << "];" << endl;
output << "M_.maximum_lag = " << max_lag << ";" << endl
<< "M_.maximum_lead = " << max_lead << ";" << endl;