preprocessor: temporarily remove check to allow diff operator on RHS of VAR

issue#70
Houtan Bastani 2018-02-08 19:03:26 +01:00
parent 2f28aded6e
commit bda91e6204
1 changed files with 2 additions and 1 deletions

View File

@ -309,10 +309,11 @@ VarModelStatement::fillVarModelInfoFromEquations(vector<int> &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
{