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
2d4a42c0
Commit
2d4a42c0
authored
Oct 29, 2013
by
Houtan Bastani
Browse files
missing semicolon
parent
9b22dc80
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
2d4a42c0
...
...
@@ -3758,7 +3758,7 @@ DynamicModel::testTrendDerivativesEqualToZero(const eval_context_t &eval_context
for
(
int
eq
=
0
;
eq
<
(
int
)
equations
.
size
();
eq
++
)
{
expr_t
homogeneq
=
AddMinus
(
equations
[
eq
]
->
get_arg1
(),
equations
[
eq
]
->
get_arg2
())
equations
[
eq
]
->
get_arg2
())
;
// Do not run the test if the term inside the log is zero
if
(
fabs
(
homogeneq
->
eval
(
eval_context
))
>
ZERO_BAND
)
...
...
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