Use the change proposed in PR 9049

This commit is contained in:
Andreas Fabri 2025-09-11 09:17:20 +01:00
parent 54c972551e
commit 295519b682
1 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@
#include <CGAL/license/Voronoi_diagram_2.h>
#include <CGAL/use.h>
#include <CGAL/Voronoi_diagram_2/basic.h>
#include <CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h>
#include <CGAL/Voronoi_diagram_2/Identity_rejectors.h>
@ -209,7 +207,7 @@ class Segment_Delaunay_graph_face_tester_2
deg++;
++ec;
} while ( ec != ec_start );
CGAL_USE(n_inf);
if ( deg == n_degen ) { return true; }
if ( n_non_degen != 2 ) { return false; }