[ck2cti] fix surface reactions with explicit reverse rate
This commit is contained in:
parent
719cb3d2b7
commit
088c52fff2
1 changed files with 1 additions and 1 deletions
|
|
@ -1380,7 +1380,7 @@ class Parser(object):
|
|||
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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue