[Kinetics] Fix initialization of use_motz_wise_correction

This commit is contained in:
Ray Speth 2016-07-29 15:04:25 -04:00
parent af3de9aa4d
commit e851e5e9d8

View file

@ -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;
}