From 20e4a138a3edacf903fe9298f74dc4624a011b46 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 5 Jul 2016 12:12:07 +0200 Subject: [PATCH] [implicit][problem] fix indention --- dumux/implicit/problem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/implicit/problem.hh b/dumux/implicit/problem.hh index 9df2d636ef..77c9cd2987 100644 --- a/dumux/implicit/problem.hh +++ b/dumux/implicit/problem.hh @@ -180,7 +180,7 @@ public: * \param intersection The intersection for which the boundary type is set */ BoundaryTypes boundaryTypes(const Element &element, - const SubControlVolumeFace &scvFace) const + const SubControlVolumeFace &scvFace) const { if (isBox) DUNE_THROW(Dune::InvalidStateException, -- GitLab