From 1e2c6955a582cd330325004959edc8755625eeaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 4 Sep 2013 17:11:52 +0200 Subject: [PATCH] rephrasing --- 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 bfe1ddd67ef..a18605eda48 100644 --- a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h +++ b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h @@ -18,7 +18,7 @@ namespace CGAL * * This function implements the Shape Diameter Function (SDF) as described in \cgalCite{shapira2008consistent}. * It is possible to compute raw SDF values (see \ref Surface_mesh_segmentationRawSDF) and apply post-processing steps (see \ref Surface_mesh_segmentationPostprocessing). - * For raw SDF values, -1.0 is used as an indicator for no SDF value. + * For raw SDF values, -1.0 is used to indicate that no SDF value could be computed for a facet. * * @pre @a polyhedron.is_pure_triangle() * @tparam Fast_sdf_calculation_mode regardless of `GeomTraits`, use inexact predicates while traversing AABB tree nodes.