Merge bug fix from the 2.0 maintenance branch
This commit is contained in:
commit
d578784701
1 changed files with 1 additions and 1 deletions
|
|
@ -1343,7 +1343,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