Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
lvalque 2025-05-19 09:59:41 +02:00 committed by GitHub
parent 91ee4fa605
commit bc0478d53c
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ struct Wrap_snap_visitor : public Autorefinement::Default_visitor
* \cgalParamNBegin{geom_traits}
* \cgalParamDescription{an instance of a geometric traits class}
* \cgalParamType{a class model of `Kernel`}
* \cgalParamDefault{a \cgal Kernel deduced from the point type, using `CGAL::Kernel_traits`}
* \cgalParamDefault{a \cgal kernel deduced from the point type, using `CGAL::Kernel_traits`}
* \cgalParamExtra{The geometric traits class must be compatible with the point type.}
* \cgalParamNEnd
* \cgalParamNBegin{snap_grid_size}