From 06c975b270cc2e551a64d27a38c1eb1f00456394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 12 Jul 2018 13:58:22 +0200 Subject: [PATCH] [ex-fluidsystem][2pprob] get rid of obsolete output --- exercises/exercise-fluidsystem/2pproblem.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/exercise-fluidsystem/2pproblem.hh b/exercises/exercise-fluidsystem/2pproblem.hh index 81dba41a..f9508f15 100644 --- a/exercises/exercise-fluidsystem/2pproblem.hh +++ b/exercises/exercise-fluidsystem/2pproblem.hh @@ -148,7 +148,6 @@ public: #endif // !(HAVE_DUNE_ALUGRID || HAVE_UG) // 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, /*tempMax=*/623.15, /*numTemp=*/100, -- GitLab