From 86b572f291847284716dd1d2ea6d338c3e001873 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Fri, 20 Oct 2023 15:18:04 +0200
Subject: [PATCH] [examples][upscaling][problem] minor cleanup

---
 examples/porenetwork_upscaling/problem.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/porenetwork_upscaling/problem.hh b/examples/porenetwork_upscaling/problem.hh
index 304e3a5b14..7715fea0a2 100644
--- a/examples/porenetwork_upscaling/problem.hh
+++ b/examples/porenetwork_upscaling/problem.hh
@@ -162,6 +162,7 @@ public:
         return label[direction_];
     }
 
+// [[/details]] private class members
 private:
 
     bool isInletPore_(const SubControlVolume& scv) const
@@ -180,7 +181,6 @@ private:
             return scv.dofPosition()[direction_] > this->gridGeometry().bBoxMax()[direction_] - eps_;
     }
 
-    // private data members
     Scalar eps_;
     Scalar pressureGradient_;
     int direction_;
@@ -189,5 +189,6 @@ private:
 };
 
 } // end namespace Dumux
+// [[/details]]
 // [[/content]]
 #endif
-- 
GitLab