Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Merge requests
!77
Remove unused exo_names_orig_ord
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Remove unused exo_names_orig_ord
JohannesPfeifer/preprocessor:exo_names_orig_ord
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Remove unused exo_names_orig_ord
Johannes Pfeifer
requested to merge
JohannesPfeifer/preprocessor:exo_names_orig_ord
into
master
Jun 23, 2023
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
version 1
0990492e
Jun 23, 2023
master (base)
and
latest version
latest version
0990492e
1 commit,
Jun 23, 2023
version 1
0990492e
1 commit,
Jun 23, 2023
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/DynamicModel.cc
+
0
−
2
View file @ 0990492e
Edit in single-file editor
Open in Web IDE
Show full 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;
Loading