From 71cbf8f35814d247fe7421c079a6ea78da2282f4 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Tue, 9 Aug 2022 17:52:31 +0200 Subject: Use CGAL::CGAL_BOOST_PENDING_RELAXED_HEAP to have the exact same result - needs to invetigate to understand why --- src/Contraction/include/gudhi/Skeleton_blocker_contractor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Contraction/include') diff --git a/src/Contraction/include/gudhi/Skeleton_blocker_contractor.h b/src/Contraction/include/gudhi/Skeleton_blocker_contractor.h index 321d80be..6911ca2e 100644 --- a/src/Contraction/include/gudhi/Skeleton_blocker_contractor.h +++ b/src/Contraction/include/gudhi/Skeleton_blocker_contractor.h @@ -171,7 +171,12 @@ typename GeometricSimplifiableComplex::Vertex_handle> { Self const* algorithm_; }; +#if CGAL_VERSION_NR < 1050500000 typedef CGAL::Modifiable_priority_queue PQ; +#else + typedef CGAL::Modifiable_priority_queue PQ; +#endif + typedef bool pq_handle; -- cgit v1.2.3