From dd5fe73996af90cde65223449771a04f90f85ec3 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 21 Aug 2019 15:43:50 +0200 Subject: [PATCH] Document type of iterator (random access) --- .../include/CGAL/Polygon_mesh_processing/distance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h index f05a8c7d931..7cc6dbbb1f9 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h @@ -663,7 +663,7 @@ double approximate_symmetric_Hausdorff_distance( * \ingroup PMP_distance_grp * returns the distance to `tm` of the point from `points` * that is the furthest from `tm`. - * @tparam PointRange a range of `Point_3`, model of `Range`. + * @tparam PointRange a range of `Point_3`, model of `Range`. Its iterator type is `RandomAccessIterator`. * @tparam TriangleMesh a model of the concept `FaceListGraph` * @tparam NamedParameters a sequence of \ref pmp_namedparameters "Named Parameters" * @param points the range of points of interest