Skip to content

Commit

Permalink
Merge pull request #134 from ReactionMechanismGenerator/fix_script
Browse files Browse the repository at this point in the history
Fix the script exportKineticsLibraryToChemkin
  • Loading branch information
KEHANG authored Oct 26, 2016
2 parents fde9604 + 08f304f commit 45b30fa
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 45b30fa

Please sign in to comment.