mirror of https://github.com/CGAL/cgal
Forget that do_curves_intersect does not work with EPICK
This commit is contained in:
parent
4c5b9174e5
commit
eec0ae3bf5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue