Skip to content
Snippets Groups Projects
Commit 358c7eaa authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[kepsilon][volVars] Fix return type to bool

parent accb4592
No related branches found
No related tags found
1 merge request!1049[rans][twoeq] Implement turbulent dilation term
...@@ -210,7 +210,7 @@ public: ...@@ -210,7 +210,7 @@ public:
/*! /*!
* \brief Returns if an element is the matching point * \brief Returns if an element is the matching point
*/ */
Scalar isMatchingPoint() const bool isMatchingPoint() const
{ {
return isMatchingPoint_; return isMatchingPoint_;
} }
......
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