[Kinetics] Allow coverage dependencies for edge reactions
This commit is contained in:
parent
43b8b7f35c
commit
09e873b3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ void getRateCoefficient(const XML_Node& kf, Kinetics& kin,
|
|||
clow = coeff;
|
||||
}
|
||||
}
|
||||
if (rdata.reactionType == SURFACE_RXN) {
|
||||
if (rdata.reactionType == SURFACE_RXN || rdata.reactionType == EDGE_RXN) {
|
||||
getCoverageDependence(c,
|
||||
kin.thermo(kin.surfacePhaseIndex()), rdata);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue