Fixed the case where left and right sides are identified, and the bottom and top sides have boundary conditions (but they are not identied).

This commit is contained in:
Efi Fogel 2022-07-18 09:57:15 +03:00
parent 7f88b72f81
commit 5a02c62a41
1 changed files with 1 additions and 2 deletions

View File

@ -391,9 +391,8 @@ public:
// The endpoints of xcv lie on the same boundary as p.
// There is no way to determine whether xcv completely resides on the same
// boundary of p. Lacking a better choice, we call the base operator.
cmp_y_at_x(p, xcv);
CGAL_assertion(ps_y == ARR_TOP_BOUNDARY);
return cmp_y_at_x(p, xcv);
}
/*! 8. Implementation of the operator in case the left and right sides are