From 6dedfe8858d1afd3f5a01b3e39b21b2f7abfa560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Valque?= Date: Fri, 28 Feb 2025 16:26:53 +0100 Subject: [PATCH] Correct error in include name --- Distance_3/benchmark/Distance_3/bench_thingi10k_3.cpp | 7 ++++--- .../include/CGAL/boost/graph/properties_HalfedgeDS_base.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Distance_3/benchmark/Distance_3/bench_thingi10k_3.cpp b/Distance_3/benchmark/Distance_3/bench_thingi10k_3.cpp index ad1ad41dab7..f90637b9564 100644 --- a/Distance_3/benchmark/Distance_3/bench_thingi10k_3.cpp +++ b/Distance_3/benchmark/Distance_3/bench_thingi10k_3.cpp @@ -164,10 +164,11 @@ int main(int argc, char** argv) } average_length/=(3*input_triangles.size()); + // Equivalent to EPECK since there are only predicates // Test().run(filename, 100*max/input_points.size()); - std::cout << "EPICK" << std::endl; - Test().run(filename, average_length*average_length/256); - Test().run(filename, min_sq_length*4); + // std::cout << "EPICK" << std::endl; + // Test().run(filename, average_length*average_length/256); + // Test().run(filename, min_sq_length*4); std::cout << "EPECK" << std::endl; Test().run(filename, average_length*average_length/256); diff --git a/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_base.h b/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_base.h index 65eedd6652c..fcb7e3a9175 100644 --- a/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_base.h +++ b/HalfedgeDS/include/CGAL/boost/graph/properties_HalfedgeDS_base.h @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include namespace CGAL {