diff --git a/Cantera/src/RateCoeffMgr.h b/Cantera/src/RateCoeffMgr.h index 3ca127509..a8d1ace13 100755 --- a/Cantera/src/RateCoeffMgr.h +++ b/Cantera/src/RateCoeffMgr.h @@ -59,6 +59,11 @@ namespace Cantera { int install( int rxnNumber, int rateType, int m, const doublereal* c ) { + /* + * Check to see if the current reaction rate type + * is the same as the type of this class. If not, + * throw an error condition. + */ if (rateType != R::type()) throw UnknownRateCoefficient();