Skip to content

Commit fd51c1b

Browse files
committed
doc (review round 6 Mael)
1 parent de0e95d commit fd51c1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Constrained_triangulation_3/include/CGAL/Conforming_constrained_Delaunay_triangulation_3.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,8 @@ namespace Tetrahedral_remeshing {
40364036
* \cgalParamNBegin{edge_is_constrained_map}
40374037
* \cgalParamDescription{a property map containing the constrained-or-not status of each edge `e` of
40384038
* `ccdt.triangulation()`.
4039-
* If the edge `e` is at the boundary of an input polygonal constraint,
4039+
* If the edge `e` is at the boundary of an input PLC face (defined by an input face
4040+
* or via the named parameter `plc_face_id`)
40404041
* then the corresponding value in the property map is `true`.
40414042
* Otherwise, the value is `false`.}
40424043
* \cgalParamType{a class model of `ReadWritePropertyMap`

0 commit comments

Comments
 (0)