From 25f70143506ece3324e1ceba68c13183f0992c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 1 Apr 2025 14:42:46 +0200 Subject: [PATCH] in some case with needle, some non-manifold faces can be created even with a decent nb of points --- .../test/Polygon_mesh_processing/test_acvd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/test/Polygon_mesh_processing/test_acvd.cpp b/Polygon_mesh_processing/test/Polygon_mesh_processing/test_acvd.cpp index eb2a53b1313..bb461c31b9d 100644 --- a/Polygon_mesh_processing/test/Polygon_mesh_processing/test_acvd.cpp +++ b/Polygon_mesh_processing/test/Polygon_mesh_processing/test_acvd.cpp @@ -37,7 +37,7 @@ void run_test(std::string fname, std::size_t genus, bool subdiv) CGAL::Bbox_3 bb = PMP::bbox(ref); assert(-(vertices(mesh).size()-edges(mesh).size()+faces(mesh).size()-2)/2==genus); - assert(vertices(mesh).size()==1000); + assert(vertices(mesh).size()>=1000); double dx = bb.xmax()-bb.xmin(), dy = bb.ymax()-bb.ymin(),