From 63c1f19e8fc3a9eb7ee5aa7a38f3b96e91a37485 Mon Sep 17 00:00:00 2001 From: melaniel <melanie.lipp@iws.uni-stuttgart.de> Date: Wed, 29 Jan 2020 14:34:31 +0100 Subject: [PATCH] [example][freeflowchannel] Remove unnecessary function sourceAtPos from problem file. --- examples/freeflowchannel/problem.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/freeflowchannel/problem.hh b/examples/freeflowchannel/problem.hh index c916a96bd0..f651909392 100644 --- a/examples/freeflowchannel/problem.hh +++ b/examples/freeflowchannel/problem.hh @@ -190,12 +190,6 @@ public: Scalar temperature() const { return 273.15 + 10; } // 10°C - // We need to define that there are no sources or sinks. - NumEqVector sourceAtPos(const GlobalPosition &globalPos) const - { - return NumEqVector(0.0); - } - private: // The inlet is at the left side of the physical domain. -- GitLab