From 358c7eaa9428ab3070cb1810c6b5efb19793daeb Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Thu, 5 Jul 2018 10:50:17 +0200 Subject: [PATCH] [kepsilon][volVars] Fix return type to bool --- dumux/freeflow/rans/twoeq/kepsilon/volumevariables.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/freeflow/rans/twoeq/kepsilon/volumevariables.hh b/dumux/freeflow/rans/twoeq/kepsilon/volumevariables.hh index b1039e9167..acbf39a8cf 100644 --- a/dumux/freeflow/rans/twoeq/kepsilon/volumevariables.hh +++ b/dumux/freeflow/rans/twoeq/kepsilon/volumevariables.hh @@ -210,7 +210,7 @@ public: /*! * \brief Returns if an element is the matching point */ - Scalar isMatchingPoint() const + bool isMatchingPoint() const { return isMatchingPoint_; } -- GitLab