[Kinetics] Allow coverage dependencies for edge reactions

This commit is contained in:
Ray Speth 2013-04-24 22:49:17 +00:00
parent 43b8b7f35c
commit 09e873b3bf

View file

@ -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);
}