From 4c9c51a56187826b21e39ed7429a56b96a71b8f1 Mon Sep 17 00:00:00 2001 From: Iordan Iordanov Date: Wed, 5 Dec 2018 07:52:52 +0100 Subject: [PATCH] Changed default value for the kernel in the doc --- .../CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h b/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h index cb6bd1fb4f2..0608ad8e590 100644 --- a/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h +++ b/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h @@ -13,7 +13,8 @@ offered by %CGAL. \tparam K must be a model of `CircularKernel`. This class provides exact constructions and predicates. The default value for `K` is -`CGAL::Exact_circular_kernel_2`, which guarantees exact constructions of Delaunay +`CGAL::Circular_kernel_2< CGAL::Exact_predicates_inexact_constructions_kernel, CGAL::Algebraic_kernel_for_circles_2_2< CGAL::Exact_predicates_inexact_constructions_kernel::RT > >`, +which guarantees exact constructions of Delaunay triangulations and dual objects when the input points have rational coordinates. \sa `Hyperbolic_Delaunay_triangulation_traits_2`