Fixed doc of Random_points_in_triangle_mesh_3

This commit is contained in:
Mael Rouxel-Labbé 2017-05-03 14:31:56 +02:00
parent 9869747d6f
commit bed42b2de6
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ The triangle mesh must be valid and unchanged while the iterator is used.
*/
template < class TriangleMesh,
class VertexPointMap = typename boost::property_map<TriangleMesh,
CGAL::vertex_point_t>::type>,
CGAL::vertex_point_t>::type,
class Creator = Creator_uniform_3<
typename Kernel_traits< typename boost::property_traits<VertexPointMap>::value_type >::Kernel::RT,
typename boost::property_traits<VertexPointMap>::value_type > >