You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(mismatch between number of vertices on border of conflict zone obtained during two consecutive traversals)
Happens also with N=8
The text was updated successfully, but these errors were encountered:
BrunoLevy
changed the title
Infinite loop or crash with parallel Delaunay with small number of points
Infinite loop or crash with ConvexCell
Oct 24, 2023
To reproduce the bug
geogram_demo_Delaunay3d
N
to 9 points(thank you Laurent Astart for having reported this one)
In debug mode, assertion fail here:
geogram/src/lib/geogram/voronoi/convex_cell.cpp
Line 860 in 982abdb
In the debugger:
(mismatch between number of vertices on border of conflict zone obtained during two consecutive traversals)
Happens also with
N=8
The text was updated successfully, but these errors were encountered: