Skip to content

Commit

Permalink
Replace species.generateThermoData with species.getThermoData since w…
Browse files Browse the repository at this point in the history
…e do not have that method any more.
  • Loading branch information
PengZhang13 committed Oct 25, 2016
1 parent 62cecbe commit 08f304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exportKineticsLibraryToChemkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
for spec in speciesDict.values():
index = index + 1
species = Species(molecule = spec.molecule)
species.generateThermoData(database)
species.getThermoData()
species.index = index
speciesList.append(species)

Expand Down

0 comments on commit 08f304f

Please sign in to comment.