missing semicolon

issue#70
Houtan Bastani 2013-10-29 12:38:28 +01:00
parent e487dab6bb
commit 114cb8bc25
1 changed files with 1 additions and 1 deletions

View File

@ -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)