Skip to content
Snippets Groups Projects
Commit be3cb03d authored by Ned Coltman's avatar Ned Coltman
Browse files

[freeflow][staggeredupwindfluxvars] Remove superfluous semicolon

parent 0b14598f
No related branches found
No related tags found
2 merge requests!2134WIP Feature/timestepper test,!2127cleanup/staggeredupwindfluxvars ifconstexpr
...@@ -602,7 +602,7 @@ private: ...@@ -602,7 +602,7 @@ private:
static SubControlVolumeFace makeParallelGhostFace_(const SubControlVolumeFace& ownScvf, const int localSubFaceIdx) static SubControlVolumeFace makeParallelGhostFace_(const SubControlVolumeFace& ownScvf, const int localSubFaceIdx)
{ {
return ownScvf.makeBoundaryFace(ownScvf.pairData(localSubFaceIdx).lateralStaggeredFaceCenter); return ownScvf.makeBoundaryFace(ownScvf.pairData(localSubFaceIdx).lateralStaggeredFaceCenter);
}; }
}; };
} // end namespace Dumux } // end namespace Dumux
......
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