Skip to content
Snippets Groups Projects
Commit 890e2220 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[tutorial][ex3] fix solution of compressible component

parent c43a5cd3
No related branches found
No related tags found
1 merge request!600[WIP][components][plotproperties] Add a source file to plot properties of some components
...@@ -100,7 +100,7 @@ public: ...@@ -100,7 +100,7 @@ public:
* \brief Returns true if the liquid phase is assumed to be compressible * \brief Returns true if the liquid phase is assumed to be compressible
*/ */
static bool liquidIsCompressible() static bool liquidIsCompressible()
{ return false; } { return true; }
}; };
} // end namespace } // end namespace
......
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