Fixed a mistake in the previous update to ck2cti.py
This commit is contained in:
parent
b26f9f4ee2
commit
7ef2bb13e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@ def loadChemkinFile(path, speciesList=None):
|
|||
except IndexError:
|
||||
pass
|
||||
|
||||
global PROCESSED_UNITS, ENERGY_UNITS, UNIT_OPTIONS
|
||||
global PROCESSED_UNITS, ENERGY_UNITS, QUANTITY_UNITS
|
||||
if not PROCESSED_UNITS:
|
||||
PROCESSED_UNITS = True
|
||||
ENERGY_UNITS = UNIT_OPTIONS[energyUnits]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue