Skip to content

Commit d7c4b64

Browse files
committed
no need for is_valid as there is no foldover like on the boundary
1 parent e94c4c0 commit d7c4b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PMP_Remeshing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class Triangulate_polygon_mesh_modifier
235235
if(border_vertices.size() <= 3)
236236
return true;
237237

238-
if(border_vertices.size() == 4) // TODO: also use is_valid
238+
if(border_vertices.size() == 4)
239239
{
240240
std::array<halfedge_descriptor,4> hverts;
241241
hverts[0] = halfedge(f, pmesh);

0 commit comments

Comments
 (0)