Fixed a mistake in the previous update to ck2cti.py

This commit is contained in:
Ray Speth 2012-08-15 16:05:45 +00:00
parent b26f9f4ee2
commit 7ef2bb13e5

View file

@ -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]