From bc56f95c280569ccd839003dfd6dee1d0ea0b3b4 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 2 Feb 2016 15:21:20 +0100 Subject: [PATCH] Not a todo just a comment --- dumux/implicit/localresidual.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/implicit/localresidual.hh b/dumux/implicit/localresidual.hh index 87170c1d7b..f48ca6355b 100644 --- a/dumux/implicit/localresidual.hh +++ b/dumux/implicit/localresidual.hh @@ -389,7 +389,7 @@ protected: // \f$\frac{m}{\partial t}\f$ term if using implicit // euler as time discretization. // - // TODO (?): we might need a more explicit way for + // We might need a more explicit way for // doing the time discretization... Valgrind::SetUndefined(storageTerm_[scvIdx]); Valgrind::SetUndefined(values); -- GitLab