Fix example

This commit is contained in:
Maxime Gimeno 2016-07-13 16:35:26 +02:00 committed by Sébastien Loriot
parent 64c0a0d620
commit 32899c21d0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ int main()
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria, no_perturb(), no_exude()); C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria, no_perturb(), no_exude());
// Create the generator, input is the C3t3 c3t3 // Create the generator, input is the C3t3 c3t3
Random_points_on_tetrahedral_mesh_3<C3t3> Random_points_on_tetrahedral_mesh_boundary<C3t3>
g(c3t3); g(c3t3);
// Get 100 random points in cdt // Get 100 random points in cdt
CGAL::cpp11::copy_n( g, 100, std::back_inserter(points)); CGAL::cpp11::copy_n( g, 100, std::back_inserter(points));