From 2d4a42c01f20a6aaf381c083833b99c39c3b434a Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 29 Oct 2013 12:38:28 +0100 Subject: [PATCH] missing semicolon --- preprocessor/DynamicModel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/DynamicModel.cc b/preprocessor/DynamicModel.cc index 2fd7f54c4..162192822 100644 --- a/preprocessor/DynamicModel.cc +++ b/preprocessor/DynamicModel.cc @@ -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)