From 44e43bea74785f7425df03568f82e05c923c3437 Mon Sep 17 00:00:00 2001 From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 26 Jun 2019 09:37:50 +0200 Subject: [PATCH] [mpfa][scvf] fix indentation --- .../cellcentered/mpfa/subcontrolvolumeface.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh index 221b131b7d..9a50ef6d06 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_) -- GitLab