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

[basefluidsystem] remove invalid redirection to implementation

Publicly stating of numComponents and numPhases has to be implemented
anyway. Should be done already in all fluid systems.
parent f81c90a2
No related branches found
No related tags found
Loading
......@@ -104,16 +104,6 @@ public:
static std::string componentName(int phaseIdx)
{ return "DefaultComponentName"; }
/*!
* \brief The number of components of the fluid system
*/
static constexpr int numComponents = Implementation::numComponents;
/*!
* \brief The number of phases of the fluid system
*/
static constexpr int numPhases = Implementation::numPhases;
// \}
/*!
......
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