-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
------------------------------------------------------------------
- Mesh_3_Examples/ProgramOutput.execution of mesh_3D_image_with_image_initialization
------------------------------------------------------------------
CGAL::Random()::get_seed() = 1768256345
Searching for connected components...
51 components were found.
Construct initial points...
986 initial points were constructed.
Failure: 49 subdomains were meshed. Expected 50 instead.
Can be reproduced on Linux with:
CGAL::get_default_random() = CGAL::Random(1768285287);Copilot