Skip to content

Commit e717b84

Browse files
committed
fix doc [skip ci]
1 parent 218f279 commit e717b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/remove_unreferenced.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ void bind_remove_unreferenced(nb::module_ &m)
3333
R"(Remove unreferenced vertices from V, updating F accordingly
3434
@param[in] V #V by dim list of mesh vertex positions
3535
@param[in] F #F by ss list of simplices (Values of -1 are quitely skipped)
36+
@param[out] NV #NV by dim list of simplices
3637
@param[out] NF #NF by ss list of simplices
3738
@param[out] I #V by 1 list of indices such that: NF = IM(F) and NT = IM(T)
3839
and V(find(IM<=size(NV,1)),:) = NV

0 commit comments

Comments
 (0)