Document return value

This commit is contained in:
Simon Giraudot 2017-01-25 16:45:47 +01:00
parent 7a0c25d34b
commit ab468eb63a
1 changed files with 1 additions and 0 deletions

View File

@ -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 <typename PointInputIterator,
typename PointMap,