matching Minkowski_sum_2 to Arrangement_on_surface_2

This commit is contained in:
Shlomo Golubev 2007-07-30 14:26:41 +00:00
parent 61a24cda44
commit ba78ad9c97
1 changed files with 1 additions and 1 deletions

View File

@ -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() -