Skip to content

Commit

Permalink
Load adsorption thermo groups database
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Jun 21, 2016
1 parent e4c2ff5 commit c29fa22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmgpy/data/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ def loadGroups(self, path):
self.groups['radical'] = ThermoGroups(label='radical').load(os.path.join(path, 'radical.py'), self.local_context, self.global_context)
self.groups['polycyclic'] = ThermoGroups(label='polycyclic').load(os.path.join(path, 'polycyclic.py'), self.local_context, self.global_context)
self.groups['other'] = ThermoGroups(label='other').load(os.path.join(path, 'other.py' ), self.local_context, self.global_context)
self.groups['adsorption'] = ThermoGroups(label='adsorption').load(os.path.join(path, 'adsorption.py'), self.local_context, self.global_context)

def save(self, path):
"""
Expand Down

0 comments on commit c29fa22

Please sign in to comment.