From 47a76e1ccaac1b33c1b9cafb7a3159ece75a1f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 10 May 2010 09:04:07 +0000 Subject: [PATCH] correct leda include filename --- .../benchmark/Segment_Delaunay_graph_2/benchmark_nox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_2/benchmark/Segment_Delaunay_graph_2/benchmark_nox.cpp b/Segment_Delaunay_graph_2/benchmark/Segment_Delaunay_graph_2/benchmark_nox.cpp index e10e1799763..40232170eff 100644 --- a/Segment_Delaunay_graph_2/benchmark/Segment_Delaunay_graph_2/benchmark_nox.cpp +++ b/Segment_Delaunay_graph_2/benchmark/Segment_Delaunay_graph_2/benchmark_nox.cpp @@ -20,12 +20,14 @@ #define CGAL_SDG_USE_SIMPLIFIED_ARRANGEMENT_TYPE_PREDICATE 1 #define CGAL_SDG_SORT_POINTS_IN_SITE2 1 #define CGAL_SDG_TRAITS_WITH_STATIC_FILTERS 1 +//#define CGAL_SDG_NO_FACE_MAP 1 +//#define CGAL_SDG_ALTERNATE_SYMEDGE_IMPLEMENTATION_BY_AF 1 // choose the kernel #include #include #ifdef CGAL_USE_LEDA -# include +# include #else //# include # include