[Kinetics] Fix initialization of use_motz_wise_correction
This commit is contained in:
parent
af3de9aa4d
commit
e851e5e9d8
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ InterfaceReaction::InterfaceReaction(const Composition& reactants_,
|
|||
bool isStick)
|
||||
: ElementaryReaction(reactants_, products_, rate_)
|
||||
, is_sticking_coefficient(isStick)
|
||||
, use_motz_wise_correction(false)
|
||||
{
|
||||
reaction_type = INTERFACE_RXN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue