Skip to content

Commit ec8996a

Browse files
committed
remove assert
1 parent 30ccf2d commit ec8996a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/straight_skeleton_2.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Edges pmp_create_interior_straight_skeleton(
1919
{
2020
poly.push_back(Point(V(i, 0), V(i, 1)));
2121
}
22-
assert(poly.is_counterclockwise_oriented());
2322
SsPtr iss = CGAL::create_interior_straight_skeleton_2(poly.vertices_begin(), poly.vertices_end());
2423
Edges edgelist;
2524
for(auto hit = iss->halfedges_begin(); hit != iss->halfedges_end(); ++hit){

0 commit comments

Comments
 (0)