Skip to content
Snippets Groups Projects
Commit 44e43bea authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[mpfa][scvf] fix indentation

parent 30065d81
No related branches found
No related tags found
1 merge request!1644Cleanup/comment and indentation
...@@ -132,14 +132,14 @@ public: ...@@ -132,14 +132,14 @@ public:
Scalar q, Scalar q,
bool boundary) bool boundary)
: boundary_(boundary) : boundary_(boundary)
, vertexIndex_(vIdxGlobal) , vertexIndex_(vIdxGlobal)
, scvfIndex_(scvfIndex) , scvfIndex_(scvfIndex)
, insideScvIdx_(insideScvIdx) , insideScvIdx_(insideScvIdx)
, outsideScvIndices_(outsideScvIndices) , outsideScvIndices_(outsideScvIndices)
, vIdxInElement_(vIdxLocal) , vIdxInElement_(vIdxLocal)
, corners_(std::move(corners)) , corners_(std::move(corners))
, center_(0.0) , center_(0.0)
, unitOuterNormal_(std::move(unitOuterNormal)) , unitOuterNormal_(std::move(unitOuterNormal))
{ {
// compute the center of the scvf // compute the center of the scvf
for (const auto& corner : corners_) for (const auto& corner : corners_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment