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
19fba432
Commit
19fba432
authored
Sep 07, 2010
by
Michel Juillard
Browse files
Revert "Preprocessor: change the automatically generated name of auxiliary vars for"
This reverts commit
524e9a9c
.
parent
3b4be852
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/SymbolTable.cc
View file @
19fba432
...
@@ -295,7 +295,7 @@ SymbolTable::addLagAuxiliaryVarInternal(bool endo, int orig_symb_id, int orig_le
...
@@ -295,7 +295,7 @@ SymbolTable::addLagAuxiliaryVarInternal(bool endo, int orig_symb_id, int orig_le
varname
<<
"AUX_ENDO_LAG_"
;
varname
<<
"AUX_ENDO_LAG_"
;
else
else
varname
<<
"AUX_EXO_LAG_"
;
varname
<<
"AUX_EXO_LAG_"
;
varname
<<
getTypeSpecificID
(
orig_symb_id
)
+
1
<<
"_"
<<
-
orig_lead_lag
;
varname
<<
orig_symb_id
<<
"_"
<<
-
orig_lead_lag
;
int
symb_id
;
int
symb_id
;
try
try
...
...
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