From 890e222072faae4572c62d2713257ec00c67c6af Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 11 Oct 2017 17:53:05 +0200 Subject: [PATCH] [tutorial][ex3] fix solution of compressible component --- tutorial/solution/ex3/mycompressiblecomponent.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/solution/ex3/mycompressiblecomponent.hh b/tutorial/solution/ex3/mycompressiblecomponent.hh index 6f349b541d..619bedfb80 100644 --- a/tutorial/solution/ex3/mycompressiblecomponent.hh +++ b/tutorial/solution/ex3/mycompressiblecomponent.hh @@ -100,7 +100,7 @@ public: * \brief Returns true if the liquid phase is assumed to be compressible */ static bool liquidIsCompressible() - { return false; } + { return true; } }; } // end namespace -- GitLab