Skip to content

Commit

Permalink
[Python] Remove unused ReactionRate string constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Jul 12, 2022
1 parent e3410f5 commit 3f1ebda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/cython/cantera/reaction.pxd
Expand Up @@ -24,7 +24,6 @@ cdef extern from "<map>" namespace "std":


cdef extern from "cantera/kinetics/ReactionRateFactory.h" namespace "Cantera":
cdef shared_ptr[CxxReactionRate] CxxNewReactionRate "newReactionRate" (string) except +translate_exception
cdef shared_ptr[CxxReactionRate] CxxNewReactionRate "newReactionRate" (CxxAnyMap&) except +translate_exception


Expand Down

0 comments on commit 3f1ebda

Please sign in to comment.