From bda91e62041c567fbdfde901eadbc6b42f273409 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 8 Feb 2018 19:03:26 +0100 Subject: [PATCH] preprocessor: temporarily remove check to allow diff operator on RHS of VAR --- ComputingTasks.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ComputingTasks.cc b/ComputingTasks.cc index e26c625e..ef38e23f 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -309,10 +309,11 @@ VarModelStatement::fillVarModelInfoFromEquations(vector &eqnumber_arg, vect it1 != it->end(); it1++) if (find(lhs.begin(), lhs.end(), it1->first) == lhs.end() && find(orig_diff_var.begin(), orig_diff_var.end(), it1->first) == orig_diff_var.end()) - { + {/* cerr << "ERROR " << name << ": " << symbol_table.getName(it1->first) << " cannot appear in the VAR because it does not appear on the LHS" << endl; exit(EXIT_FAILURE); + */ } else {