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
976b8073
Commit
976b8073
authored
Jun 06, 2012
by
Houtan Bastani
Browse files
preprocessor: remove unused enum types (added in commit
c6495dfc
)
parent
9a2e4cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/SymbolTable.hh
View file @
976b8073
...
@@ -39,9 +39,7 @@ enum aux_var_t
...
@@ -39,9 +39,7 @@ enum aux_var_t
avExoLag
=
3
,
//!< Substitute for exo lags >= 2
avExoLag
=
3
,
//!< Substitute for exo lags >= 2
avExpectation
=
4
,
//!< Substitute for Expectation Operator
avExpectation
=
4
,
//!< Substitute for Expectation Operator
// Type 5 now unused
// Type 5 now unused
avMultiplier
=
6
,
//!< Multipliers for FOC of Ramsey Problem
avMultiplier
=
6
//!< Multipliers for FOC of Ramsey Problem
avLog
=
7
,
//!< Substitute argument of log expression
avPow
=
8
//!< Substitute argument for power expression
};
};
//! Information on some auxiliary variables
//! Information on some auxiliary variables
...
...
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