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:
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_)
......
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