Skip to content

Commit

Permalink
[ck2cti] fix surface reactions with explicit reverse rate
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Nov 18, 2019
1 parent 719cb3d commit 088c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/cython/cantera/ck2cti.py
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ def parseExpression(expression, dest):
reversible=False,
parser=self)

revReaction.kinetics = Arrhenius(
revReaction.kinetics = reaction_type(
A=(float(tokens[0].strip()), klow_units),
b=float(tokens[1].strip()),
Ea=(float(tokens[2].strip()), energy_units),
Expand Down

0 comments on commit 088c52f

Please sign in to comment.