Skip to content

Commit

Permalink
[Kinetics] Fix initialization of use_motz_wise_correction
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Jul 29, 2016
1 parent af3de9a commit e851e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kinetics/Reaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e851e5e

Please sign in to comment.