mirror of https://github.com/CGAL/cgal
matching Minkowski_sum_2 to Arrangement_on_surface_2
This commit is contained in:
parent
61a24cda44
commit
ba78ad9c97
|
|
@ -180,7 +180,7 @@ private:
|
||||||
*/
|
*/
|
||||||
int _boundary_count (Halfedge_handle he) const
|
int _boundary_count (Halfedge_handle he) const
|
||||||
{
|
{
|
||||||
if (he->direction() == SMALLER)
|
if ((Halfedge_direction)he->direction() == LEFT_TO_RIGHT)
|
||||||
{
|
{
|
||||||
// Halfedge is directed from left to right:
|
// Halfedge is directed from left to right:
|
||||||
return (he->curve().label().right_count() -
|
return (he->curve().label().right_count() -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue