Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Mar 25, 2021
2 parents 900457b + 1c8154c commit 5d71b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms/iodymore.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def makeFile(dymoreFileName):
tempFile = open(dymoreFileName, 'w+')
return tempFile

def writeDymoreMKUpdated(file, CoordType, coord, cm_x2, cm_x3, mpus, i, K, sc, gc):
def writeDymoreMK(file, CoordType, coord, cm_x2, cm_x3, mpus, i, K, sc, gc):
"""
Description.
Expand Down

0 comments on commit 5d71b7a

Please sign in to comment.