diff --git a/dumux/boxmodels/2p/2pfluxvariables.hh b/dumux/boxmodels/2p/2pfluxvariables.hh index 7d35be322ba7e474f76f8f725ae29b0424823087..ed2ac1dd91b83f919f79ae4e2b83a5c23c300e58 100644 --- a/dumux/boxmodels/2p/2pfluxvariables.hh +++ b/dumux/boxmodels/2p/2pfluxvariables.hh @@ -188,7 +188,7 @@ private: /////////////// // correct the pressure gradients by the gravitational acceleration /////////////// - if (GET_PARAM(TypeTag, bool, EnableGravity)) + if (GET_PARAM_FROM_GROUP(TypeTag, bool, Problem, EnableGravity)) { // estimate the gravitational acceleration at a given SCV face // using the arithmetic mean