Skip to content

Commit

Permalink
fix loadModelFile in simWrapHillTau
Browse files Browse the repository at this point in the history
  • Loading branch information
hrani committed Apr 19, 2024
1 parent 119b2a6 commit c1988e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simWrapHillTau.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def setupModifyDict( self ):
author = ""
self.modifiedModelDict["Author"] = author + ": Programmatic modification by findSim at " + datetime.today().strftime('%Y-%m-%d %H:%M:%S')

def loadModelFile( self, fname, modifyFunc, scaleParam, dumpFname, paramFname ):
def loadModelFile( self, fname, modifyFunc, scaleParam, dumpFname, paramFname, chemFile = None ):
#t0 = time.time()
#print( "Loading model file ", fname, " with numScale = ", len(scaleParam) )
self.turnOffElec = True
Expand Down

0 comments on commit c1988e1

Please sign in to comment.