Open BrunoLevy opened 1 year ago
To reproduce the bug
geogram_demo_Delaunay3d
N
In debug mode, assertion fail here: https://github.com/BrunoLevy/geogram/blob/982abdb6429fb48ae97bac574b633f5f0fa363c6/src/lib/geogram/voronoi/convex_cell.cpp#L860
In the debugger:
nb = 8 nb2 = 4
(mismatch between number of vertices on border of conflict zone obtained during two consecutive traversals)
Happens also with N=8
N=8
To reproduce the bug
geogram_demo_Delaunay3d
N
to 9 pointsIn debug mode, assertion fail here: https://github.com/BrunoLevy/geogram/blob/982abdb6429fb48ae97bac574b633f5f0fa363c6/src/lib/geogram/voronoi/convex_cell.cpp#L860
In the debugger:
(mismatch between number of vertices on border of conflict zone obtained during two consecutive traversals)
Happens also with
N=8