From bed42b2de614c1fbdcda2871bcf16cbe7e0a3b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 3 May 2017 14:31:56 +0200 Subject: [PATCH] Fixed doc of Random_points_in_triangle_mesh_3 --- Generator/doc/Generator/CGAL/point_generators_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator/doc/Generator/CGAL/point_generators_3.h b/Generator/doc/Generator/CGAL/point_generators_3.h index 0705b38ca91..dfca5f59b6f 100644 --- a/Generator/doc/Generator/CGAL/point_generators_3.h +++ b/Generator/doc/Generator/CGAL/point_generators_3.h @@ -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::type>, + CGAL::vertex_point_t>::type, class Creator = Creator_uniform_3< typename Kernel_traits< typename boost::property_traits::value_type >::Kernel::RT, typename boost::property_traits::value_type > >