From 43c29bdb17bfb5bd80f24638431193371e07992e Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Mon, 25 Mar 2019 14:08:05 +0100 Subject: [PATCH] Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h Co-Authored-By: afabri --- .../include/CGAL/Polygon_mesh_processing/measure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h index 8de3c3d647d..c2e0ab3dc53 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h @@ -541,7 +541,7 @@ volume(const TriangleMesh& tmesh, const CGAL_PMP_NP_CLASS& np) * computes the centroid of the domain bounded by * a closed triangulated surface mesh. * - * @tparam TriangleMesh a model of `HalfedgeGraph` + * @tparam TriangleMesh a model of `FaceListGraph` * @tparam NamedParameters a sequence of \ref pmp_namedparameters "Named Parameters" * * @param tmesh the closed triangulated surface mesh bounding the volume