From a4e7261e1edb4f759d3e6c76d1ca2f40614bc9cb Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 17 Feb 2021 14:37:47 +0100 Subject: [PATCH] code review: remove trailing whitespaces --- .../doc/Triangulation/CGAL/Regular_triangulation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Triangulation/doc/Triangulation/CGAL/Regular_triangulation.h b/Triangulation/doc/Triangulation/CGAL/Regular_triangulation.h index be06cc28c2c..70cd0736acb 100644 --- a/Triangulation/doc/Triangulation/CGAL/Regular_triangulation.h +++ b/Triangulation/doc/Triangulation/CGAL/Regular_triangulation.h @@ -141,7 +141,7 @@ If `p` coincides with an already existing vertex, with both point and weights being equal, then this vertex is returned and the triangulation remains unchanged. -By convention, if the insertion of `p` would increase the dimension +By convention, if the insertion of `p` would increase the dimension of the triangulation, it is inserted. Prior to the actual insertion, `p` is located in the triangulation; @@ -161,9 +161,9 @@ Vertex_handle insert_if_in_star(const Weighted_point & p, Vertex_handle star_cen /*! inserts the weighted point `p` in the triangulation. -This function is similar to the above `insert_if_in_star()` function, +This function is similar to the above `insert_if_in_star()` function, but takes as additional parameters the return values of the location query -of `p`. +of `p`. \sa `Triangulation::locate()`. */