diff --git a/dumux/implicit/box/boxforchheimerfluxvariables.hh b/dumux/implicit/box/boxforchheimerfluxvariables.hh index 98b4334197c431b25e449c296d20cf84fcb90216..6fc90ca614fc698fd527181ab6d23290fb7e06ff 100644 --- a/dumux/implicit/box/boxforchheimerfluxvariables.hh +++ b/dumux/implicit/box/boxforchheimerfluxvariables.hh @@ -137,17 +137,17 @@ protected: { spatialParams.meanK(K, spatialParams.intrinsicPermeability(element, - fvGeometry_, - face().i), + this->fvGeometry_, + this->face().i), spatialParams.intrinsicPermeability(element, - fvGeometry_, - face().j)); + this->fvGeometry_, + this->face().j)); } else { spatialParams.meanK(K, - spatialParams.elementIntrinsicPermeability(*fvGeometry_.neighbors[face().i]), - spatialParams.elementIntrinsicPermeability(*fvGeometry_.neighbors[face().j])); + spatialParams.elementIntrinsicPermeability(*this->fvGeometry_.neighbors[this->face().i]), + spatialParams.elementIntrinsicPermeability(*this->fvGeometry_.neighbors[this->face().j])); } // obtain the Forchheimer coefficient from the spatial parameters