[Kinetics] Populate m_rxntype
This commit is contained in:
parent
ef6479f58d
commit
8b87087e41
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,7 @@ addReaction(ReactionData& r)
|
|||
installGroups(reactionNumber(), r.rgroups, r.pgroups);
|
||||
incrementRxnCount();
|
||||
m_rxneqn.push_back(r.equation);
|
||||
m_rxntype.push_back(r.reactionType);
|
||||
}
|
||||
|
||||
void GasKinetics::
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue