Skip to content

Commit

Permalink
bug corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharleux committed Jan 9, 2018
1 parent 15df4c0 commit 4e0e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argiope/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def set_to_inp(sets, keyword):

# NODE SETS
if "sets" in mesh.nodes.columns.levels[0]:
nsets = set_to_inp(mesh.elements.sets.swaplevel(1,0, axis = 1)[""], "NSET")
nsets = set_to_inp(mesh.nodes.sets, "NSET")
else:
nsets = "**"

Expand Down

0 comments on commit 4e0e367

Please sign in to comment.