From 7ef2bb13e596691cbd1104d7e26c9fcee053c865 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 15 Aug 2012 16:05:45 +0000 Subject: [PATCH] Fixed a mistake in the previous update to ck2cti.py --- interfaces/python/ck2cti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/python/ck2cti.py b/interfaces/python/ck2cti.py index 39671c3b7..4b6f0f0f4 100755 --- a/interfaces/python/ck2cti.py +++ b/interfaces/python/ck2cti.py @@ -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]