Skip to content

Commit

Permalink
conforming arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Apr 23, 2024
1 parent b41c1e4 commit ae2c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gustaf/io/meshio.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def load(fname):
return meshes[0] if len(meshes) == 1 else meshes


def export(mesh, fname, submeshes=None, **kwargs):
def export(fname, mesh, submeshes=None, **kwargs):
"""Export mesh elements and vertex data into meshio and use its write
function. The definition of submeshes with identical vertex coordinates
is possible. In that case vertex numbering and data from the main mesh
Expand Down

0 comments on commit ae2c671

Please sign in to comment.