in some case with needle, some non-manifold faces can be created even with a decent nb of points

This commit is contained in:
Sébastien Loriot 2025-04-01 14:42:46 +02:00
parent 9ff2696011
commit 25f7014350
1 changed files with 1 additions and 1 deletions

View File

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