Skip to content

Commit

Permalink
ensure struct is defined in __matchReactantToTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 authored and mliu49 committed Apr 25, 2019
1 parent fe4b857 commit f2cd9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmgpy/data/kinetics/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,8 @@ def __matchReactantToTemplate(self, reactant, templateReactant):

if isinstance(templateReactant, list):
templateReactant = templateReactant[0]
else:
struct = templateReactant

struct = templateReactant

reactantContainsSurfaceSite = reactant.containsSurfaceSite()

Expand Down

0 comments on commit f2cd9fb

Please sign in to comment.