From c278a43b1663cf73855f82b9c288d019795ca02e Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 27 Aug 2008 15:16:57 +0000 Subject: [PATCH] Follow-up of use of Robust_construction. --- Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h b/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h index 674b6d3e181..f07137be05a 100644 --- a/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h +++ b/Surface_mesher/include/CGAL/Robust_circumcenter_traits_3.h @@ -124,9 +124,10 @@ template < class K> class Robust_weighted_circumcenter_traits_3 : public K { + typedef Exact_predicates_exact_constructions_kernel EK; public: - typedef CGAL::Robust_construct_circumcenter_3 Construct_circumcenter_3; - typedef CGAL::Robust_squared_radius_3 Compute_squared_radius_3; + typedef typename Robust_circumcenter_traits_3::Construct_circumcenter_3 Construct_circumcenter_3; + typedef typename Robust_circumcenter_traits_3::Compute_squared_radius_3 Compute_squared_radius_3; Construct_circumcenter_3 construct_circumcenter_3_object() const