Skip to content

Commit

Permalink
Fix initialization code of the Plot2D related parts
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Feb 14, 2023
1 parent 0c383ee commit 0f78f1a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,9 @@ public int initIneqs(ExpressionNode fe) {
}
int b = initIneqs(fe, ineqs, false);
ineqs.recomputeSize();
if (b==2) {
polynomial = true;
}
return b;
}

Expand Down

0 comments on commit 0f78f1a

Please sign in to comment.