Skip to content

Commit

Permalink
renamed generateResonanceIsomers
Browse files Browse the repository at this point in the history
  • Loading branch information
mazeau committed Apr 9, 2018
1 parent 63c7340 commit 257f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/data/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ def getThermoDataForSurfaceSpecies(self, species):

dummySpecies = Species()
dummySpecies.molecule.append(dummyMolecule)
dummySpecies.generateResonanceIsomers()
dummySpecies.generate_resonance_structures()
thermo = self.getThermoData(dummySpecies)

thermo.comment = "Gas phase thermo from {0}. Adsorption correction:".format(thermo.comment)
Expand Down

0 comments on commit 257f615

Please sign in to comment.