Skip to content

Commit

Permalink
new quad function + tests_18
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Jun 28, 2024
1 parent 7f0c42e commit cbab853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsmesh/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3087,7 +3087,7 @@ def order_nodes(verts):
'''
Adapted from: https://gist.github.com/flashlib/e8261539915426866ae910d55a3f9959
'''

order=[]
xSorted_idx = np.argsort(verts[:, 0])
xSorted = verts[xSorted_idx, :]

Expand Down

0 comments on commit cbab853

Please sign in to comment.