diff --git a/Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h b/Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h index d36a566969f..0972f5ca58f 100644 --- a/Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h +++ b/Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h @@ -73,6 +73,7 @@ namespace CGAL { \param sm_radius bound for the radius of the surface Delaunay balls (relatively to the `average_spacing`). \param sm_distance bound for the center-center distances (relatively to the `average_spacing`). \param tag surface mesher tag. + \return `true` if reconstruction succeeded, `false` otherwise. */ template