Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
0fbcc737
Commit
0fbcc737
authored
Oct 21, 2011
by
Sébastien Villemot
Browse files
aux vars: update C++ comment to reflect last changes
parent
ed4728ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
0fbcc737
...
...
@@ -4017,7 +4017,7 @@ DynamicModel::substituteLeadLagInternal(aux_var_t type, bool deterministic_model
// Order of auxiliary variable definition equations:
// - expectation (entered before this function is called)
// - lead variables from lower lead to higher lead
(need to be listed in reverse order)
// - lead variables from lower lead to higher lead
// - lag variables from lower lag to higher lag
copy
(
neweqs
.
begin
(),
neweqs
.
end
(),
back_inserter
(
aux_equations
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment