From ea4ebfa17e0dff0231c0a484f61624b8ca3b4737 Mon Sep 17 00:00:00 2001 From: iyaz Date: Sat, 11 May 2013 21:15:33 +0300 Subject: [PATCH] forgotten name changed in documentation (from nontype template parameter name is changed from fast_bbox_intersection to Fast_sdf_calculation_mode) --- Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h index f11139c0d28..6aaea08a657 100644 --- a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h +++ b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h @@ -24,7 +24,7 @@ namespace CGAL * - Linearly normalized between [0,1]. * * @pre @a polyhedron.is_pure_triangle() - * @tparam fast_bbox_intersection regardless of `GeomTraits`, use inexact predicates while traversing AABB tree nodes. + * @tparam Fast_sdf_calculation_mode regardless of `GeomTraits`, use inexact predicates while traversing AABB tree nodes. * It is default to true, and can be omitted. * @tparam Polyhedron a %CGAL polyhedron * @tparam SDFPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `double` as value type