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

[ex-fluidsystem][2pprob] get rid of obsolete output

parent f9743d0f
No related branches found
No related tags found
1 merge request!4Feature/improve fluidsystem ex
...@@ -148,7 +148,6 @@ public: ...@@ -148,7 +148,6 @@ public:
#endif // !(HAVE_DUNE_ALUGRID || HAVE_UG) #endif // !(HAVE_DUNE_ALUGRID || HAVE_UG)
// initialize the tables for the water properties // initialize the tables for the water properties
std::cout << "Initializing the tables for the water properties" << std::endl;
Components::TabulatedComponent<Components::H2O<Scalar>>::init(/*tempMin=*/273.15, Components::TabulatedComponent<Components::H2O<Scalar>>::init(/*tempMin=*/273.15,
/*tempMax=*/623.15, /*tempMax=*/623.15,
/*numTemp=*/100, /*numTemp=*/100,
......
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