this internal property map is not needed anymore

This commit is contained in:
Jane Tournois 2016-10-25 17:14:57 +02:00
parent f25d53a70f
commit 2d72090cba
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ namespace Polygon_mesh_processing {
* edge flips, tangential relaxation and projection to the initial surface * edge flips, tangential relaxation and projection to the initial surface
* to generate a smooth mesh with a prescribed edge length. * to generate a smooth mesh with a prescribed edge length.
* *
* @tparam PolygonMesh model of `MutableFaceGraph` that * @tparam PolygonMesh model of `MutableFaceGraph`.
* has an internal property map for `CGAL::vertex_point_t`.
* The descriptor types `boost::graph_traits<PolygonMesh>::%face_descriptor` * The descriptor types `boost::graph_traits<PolygonMesh>::%face_descriptor`
* and `boost::graph_traits<PolygonMesh>::%halfedge_descriptor` must be * and `boost::graph_traits<PolygonMesh>::%halfedge_descriptor` must be
* models of `Hashable`. * models of `Hashable`.