paches->patches

This commit is contained in:
Laurent Rineau 2017-10-03 16:58:13 +02:00
parent 430a62fd60
commit ac90c88be7
1 changed files with 3 additions and 3 deletions

View File

@ -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());
}
/// @}