added a comment.
This commit is contained in:
parent
0ee5420b4b
commit
2675669646
1 changed files with 5 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue