Skip to content

Commit 6de2cdb

Browse files
committed
clean up
1 parent 0109c9f commit 6de2cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PMP_Mesh_repair/include/CGAL/Polygon_mesh_processing/triangulate_hole.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,9 @@ namespace Polygon_mesh_processing {
653653
654654
@pre `third_points.size() == points.size()`
655655
656-
@tparam PointRange range of points, model of `Range`.
656+
@tparam PointRange1 range of points, model of `Range`.
657+
Its iterator type is `InputIterator`.
658+
@tparam PointRange2 range of points, model of `Range`.
657659
Its iterator type is `InputIterator`.
658660
@tparam OutputIterator model of `OutputIterator`, to collect patch faces.
659661
A specialization for `CGAL::value_type_traits<OutputIterator>` must be available,

0 commit comments

Comments
 (0)