Skip to content

Commit 1e3238b

Browse files
committed
closes #716
1 parent 32143f4 commit 1e3238b

File tree

1 file changed

+1
-1
lines changed
  • src/compas/datastructures/mesh/core

1 file changed

+1
-1
lines changed

src/compas/datastructures/mesh/core/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ def vertices_on_boundary(self):
12531253
boundaries = self.vertices_on_boundaries()
12541254
return boundaries[0] if boundaries else []
12551255

1256-
def edges_on_boundary(self, oriented=False):
1256+
def edges_on_boundary(self):
12571257
"""Find the edges on the longest boundary.
12581258
12591259
Returns

0 commit comments

Comments
 (0)