Forget that do_curves_intersect does not work with EPICK

This commit is contained in:
Léo Valque 2025-11-20 15:14:53 +01:00
parent 4c5b9174e5
commit eec0ae3bf5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <CGAL/Random.h>
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
typedef CGAL::Float_snap_rounding_traits_2<Kernel> Traits_2;
typedef Kernel::Segment_2 Segment_2;
typedef Kernel::Point_2 Point_2;