From 26756696461900d5d13de8795be7171644fcfa9d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 2 Aug 2003 00:37:29 +0000 Subject: [PATCH] added a comment. --- Cantera/src/RateCoeffMgr.h | 5 +++++ 1 file changed, 5 insertions(+) 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();