From 2ee9ff08abdddce7e855839911a7225c96dbe69a Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 12 Mar 2015 14:43:32 +0100 Subject: [PATCH] fix documentation of polygon_soup_to_polygon_mesh --- .../include/CGAL/polygon_soup_to_polygon_mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h b/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h index f2983cb2f7b..806f7b15955 100644 --- a/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h +++ b/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h @@ -91,7 +91,7 @@ public: * builds a polygon mesh from a soup of polygons. * @pre the input polygon soup is consistently oriented. * @tparam PolygonMesh a model of `MutableFaceGraph` - * @tparam Point a point type that has the three operators `x()`, `y()`, and `z()`. + * @tparam Point a point type that has an operator `[]` to access coordinates * @tparam Polygon a `std::vector` corresponding to the indices * of points in `points` */