From ac90c88be77e7e1b9d3f68f3be5f81cf95c092a0 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 3 Oct 2017 16:58:13 +0200 Subject: [PATCH] paches->patches --- Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h b/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h index e564a7ebf5d..7b4029f5247 100644 --- a/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h +++ b/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h @@ -683,7 +683,7 @@ of the base class. \param polyline_pmap the property map that provides access to the polyline, model of `MeshPolyline_3`, from the `%reference` type of the iterator - \param incident_paches_indices_pmap the property map that provides + \param incident_patches_indices_pmap the property map that provides access the set of indices of the surface patches that are incident to a given 1D-feature (curve) */ @@ -694,10 +694,10 @@ of the base class. add_features_and_incidences (InputIterator first, InputIterator end, PolylinePMap polyline_pmap, - IncidentPatchesIndicesPMap incident_paches_indices_pmap) + IncidentPatchesIndicesPMap incident_patches_indices_pmap) { add_features_and_incidences(first, end, polyline_pmap, - incident_paches_indices_pmap, + incident_patches_indices_pmap, CGAL::Emptyset_iterator()); } /// @}