From 3a32efc3f425a93ee7a8a4e5be27d03771d9f31f Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 14 Jul 2013 15:29:39 +0200 Subject: [PATCH] [Cleanup] Kill dead code --- dune/tectonic/myblockproblem.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index dc52328b..a6aceca4 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -101,10 +101,6 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { v /= vnorm; // Rescale for numerical stability - VectorType tmp = problem.f; - Arithmetic::addProduct(tmp, -1.0, problem.A, u); - double const localb = tmp * v; - MyDirectionalConvexFunction< Dune::GlobalNonlinearity<MatrixType, VectorType>> const psi(computeDirectionalA(problem.A, v), -- GitLab