Skip to content

Commit 432f247

Browse files
committed
doc typo
1 parent 6e0d2b8 commit 432f247

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/copyleft/cgal/remesh_self_intersections.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ void bind_remesh_self_intersections(nb::module_ &m)
6161
- VV: remeshed vertex positions
6262
- FF: remeshed face indices
6363
- IF: intersecting face pairs
64-
- J: birth triangle indices)");
65-
64+
- J: birth triangle indices
65+
- IM if stitch_all = true #VV list from 0 to #VV-1
66+
elseif stitch_all = false #VV list of indices into VV of unique vertices.
67+
)");
6668
}
6769

0 commit comments

Comments
 (0)