Revert variable name change

This commit is contained in:
Mael 2021-02-18 19:48:58 +01:00 committed by GitHub
parent cf533e9016
commit 0eb5090013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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