diff --git a/dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh b/dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh index 2d94880b23bc1ab01585fb2d916ad77eaae119a9..70131a9314eeccde3ef7ae1d5313085f5a7b5045 100644 --- a/dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh +++ b/dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh @@ -85,8 +85,6 @@ class CCMpfaFVGridGeometry<GV, Traits, true> using ScvfOutsideGridIndexStorage = typename Traits::SubControlVolumeFace::Traits::OutsideGridIndexStorage; - // check if two types of interaction volumes are considered in this problem - public: //! export the flip scvf index set type using FlipScvfIndexSet = std::vector<ScvfOutsideGridIndexStorage>; diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh index 221b131b7d2cd02cc689152620ec529ca18abd96..9a50ef6d067fc9d4fce4b13e01398d3e45149327 100644 --- a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh +++ b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh @@ -132,14 +132,14 @@ public: Scalar q, bool boundary) : boundary_(boundary) - , vertexIndex_(vIdxGlobal) - , scvfIndex_(scvfIndex) - , insideScvIdx_(insideScvIdx) - , outsideScvIndices_(outsideScvIndices) - , vIdxInElement_(vIdxLocal) - , corners_(std::move(corners)) - , center_(0.0) - , unitOuterNormal_(std::move(unitOuterNormal)) + , vertexIndex_(vIdxGlobal) + , scvfIndex_(scvfIndex) + , insideScvIdx_(insideScvIdx) + , outsideScvIndices_(outsideScvIndices) + , vIdxInElement_(vIdxLocal) + , corners_(std::move(corners)) + , center_(0.0) + , unitOuterNormal_(std::move(unitOuterNormal)) { // compute the center of the scvf for (const auto& corner : corners_)