Skip to content
Snippets Groups Projects
Commit 20e4a138 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[implicit][problem] fix indention

parent a371d068
No related branches found
No related tags found
1 merge request!617[WIP] Next
...@@ -180,7 +180,7 @@ public: ...@@ -180,7 +180,7 @@ public:
* \param intersection The intersection for which the boundary type is set * \param intersection The intersection for which the boundary type is set
*/ */
BoundaryTypes boundaryTypes(const Element &element, BoundaryTypes boundaryTypes(const Element &element,
const SubControlVolumeFace &scvFace) const const SubControlVolumeFace &scvFace) const
{ {
if (isBox) if (isBox)
DUNE_THROW(Dune::InvalidStateException, DUNE_THROW(Dune::InvalidStateException,
......
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