Update Combinatorial_map/include/CGAL/Combinatorial_map.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Guillaume Damiand 2025-11-06 09:45:20 +01:00 committed by GitHub
parent 6f2c3d819e
commit 828d57a419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3710,7 +3710,7 @@ namespace CGAL {
void set_automatic_attributes_management_without_correction(bool newval)
{ this->automatic_attributes_management = newval; }
/** Creates a half-edge.
/** Creates a halfedge.
* @return a dart of the new half-edge.
*/
Dart_descriptor make_half_edge()