code review: apply suggested changes

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Vincent Rouvreau 2021-02-17 14:26:29 +01:00 committed by GitHub
parent 17fca4bf1f
commit 098c88167c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ of `p`.
\sa `Triangulation::locate()`.
*/
insert_if_in_star(const Weighted_point & p, Vertex_handle star_center, Locate_type lt,
const Face & f, const Facet &, Full_cell_handle s);
Vertex_handle insert_if_in_star(const Weighted_point& p, Vertex_handle star_center, Locate_type lt,
const Face& f, const Facet&, Full_cell_handle s);
/// @}