Fix function named specified in checkReactionBalance exception message
This commit is contained in:
parent
e545d123c2
commit
70b51c797c
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ void Kinetics::checkReactionBalance(const Reaction& R)
|
|||
if (!ok) {
|
||||
msg = "The following reaction is unbalanced: " + R.equation() + "\n" +
|
||||
" Element Reactants Products\n" + msg;
|
||||
throw CanteraError("checkRxnElementBalance", msg);
|
||||
throw CanteraError("checkReactionBalance", msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue