From ab468eb63a04ca664fe5c5d876651416e4a6f06b Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 25 Jan 2017 16:45:47 +0100 Subject: [PATCH] Document return value --- .../include/CGAL/poisson_surface_reconstruction.h | 1 + 1 file changed, 1 insertion(+) 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