From 76835c6a331389cd7242202369554fd671850e58 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 2 Feb 2016 13:37:28 +0100 Subject: [PATCH] [doc] clean todo we keep both concept for an indefinite time --- dumux/implicit/problem.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dumux/implicit/problem.hh b/dumux/implicit/problem.hh index f1da19bcdb..df75db7b51 100644 --- a/dumux/implicit/problem.hh +++ b/dumux/implicit/problem.hh @@ -1072,7 +1072,6 @@ public: // that can be overloaded in the actual problem class also achieving variable point sources. // The first one is more convenient for simple function like a time dependent source. // The second one might be more convenient for e.g. a solution dependent point source. - // TODO: Decide if one concept can / should be dropped in the future or not. // we do an update e.g. used for TimeDependentPointSource pointSource.update(asImp_(), element, fvGeometry, scvIdx, elemVolVars); -- GitLab