Skip to content

Commit

Permalink
01/03
Browse files Browse the repository at this point in the history
  • Loading branch information
tfei committed Mar 2, 2021
1 parent 1247038 commit 1c8154c
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 1c8154c

Please sign in to comment.