mirror of https://github.com/CGAL/cgal
code review: apply suggested changes
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
17fca4bf1f
commit
098c88167c
|
|
@ -167,8 +167,8 @@ of `p`.
|
||||||
|
|
||||||
\sa `Triangulation::locate()`.
|
\sa `Triangulation::locate()`.
|
||||||
*/
|
*/
|
||||||
insert_if_in_star(const Weighted_point & p, Vertex_handle star_center, Locate_type lt,
|
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);
|
const Face& f, const Facet&, Full_cell_handle s);
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue