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
117996c8
Commit
117996c8
authored
Oct 20, 2011
by
MichelJuillard
Browse files
code simplification after commit
9425b363
parent
130d9fca
Changes
1
Show whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
117996c8
...
...
@@ -4019,9 +4019,6 @@ DynamicModel::substituteLeadLagInternal(aux_var_t type, bool deterministic_model
// - expectation (entered before this function is called)
// - lead variables from lower lead to higher lead (need to be listed in reverse order)
// - lag variables from lower lag to higher lag
if
((
type
==
avEndoLead
)
||
(
type
==
avExoLead
))
copy
(
neweqs
.
begin
(),
neweqs
.
end
(),
back_inserter
(
aux_equations
));
else
copy
(
neweqs
.
begin
(),
neweqs
.
end
(),
back_inserter
(
aux_equations
));
if
(
neweqs
.
size
()
>
0
)
...
...
Write
Preview
Markdown
is supported
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