Use default surface topology criteria (#8409)

Fixes #7406
This commit is contained in:
Sebastien Loriot 2024-08-19 11:15:45 +02:00 committed by GitHub
commit 078fe188c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ public:
Mesh_criteria criteria(facet_angle = 30,
facet_size = 6,
facet_distance = 2,
facet_topology = CGAL::MANIFOLD,
cell_radius_edge_ratio = 3,
cell_size = 8);