From 4d8f466407cf5b34ea88b1f4916acf2f086da16c Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 25 Jan 2018 16:55:31 +0100
Subject: [PATCH] [fvproblem] Fix comment formatting

---
 dumux/common/fvproblem.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/common/fvproblem.hh b/dumux/common/fvproblem.hh
index 1dd4a57920..dd8b8956a8 100644
--- a/dumux/common/fvproblem.hh
+++ b/dumux/common/fvproblem.hh
@@ -527,8 +527,8 @@ public:
      */
     Scalar extrusionFactorAtPos(const GlobalPosition &globalPos) const
     {
-        //! As a default, i.e. if the user's problem does not overload any extrusion factor method
-        //! return 1.0
+        // As a default, i.e. if the user's problem does not overload
+        // any extrusion factor method, return 1.0
         return 1.0;
     }
 
-- 
GitLab