Skip to content

Commit

Permalink
Restore rmgpy/reaction.pxd to version on main
Browse files Browse the repository at this point in the history
I think this was a rebasing error.
  • Loading branch information
rwest committed Mar 23, 2024
1 parent 936a866 commit 4eadacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/reaction.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cdef class Reaction:

cpdef bint is_surface_reaction(self)

cpdef bint has_template(self, list ct_reactants, list ct_products)
cpdef bint has_template(self, list reactants, list products)

cpdef bint matches_species(self, list reactants, list products=?)

Expand Down

0 comments on commit 4eadacf

Please sign in to comment.