Skip to content

Commit

Permalink
fixup! generate_reverse_rate_coefficient cython declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfarinajr committed Jan 19, 2021
1 parent 43b6110 commit 7386926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def generate_reverse_rate_coefficient(self, network_kinetics=False, Tmin=None, T
Currently this only works if the `kinetics` attribute is one of several
(but not necessarily all) kinetics types.
"""
cython.declare(n_gas=cython.int, n_surf=cython.int, prod=cython.int, k_units=str,
cython.declare(n_gas=cython.int, n_surf=cython.int, prod=Species, k_units=str,
Tlist=np.ndarray, Plist=np.ndarray, K=np.ndarray,
rxn=Reaction, klist=np.ndarray, i=cython.size_t,
Tindex=cython.size_t, Pindex=cython.size_t)
Expand Down

0 comments on commit 7386926

Please sign in to comment.