Skip to content

Commit 223adab

Browse files
FIX boundaries name.
1 parent 7935c9c commit 223adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_libigl/boundaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def trimesh_boundaries(M):
2929
"""
3030
V, F = M
3131
F = np.asarray(F, dtype=np.int32)
32-
result: VectorVectorInt = _boundaries.trimesh_boundaries(F)
32+
result: _types_std.VectorVectorInt = _boundaries.trimesh_boundaries(F)
3333
return [list(loop) for loop in result]

0 commit comments

Comments
 (0)