From e6c58098603207314c60bbbbcb8b4d50712fb712 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 26 Oct 2011 13:27:32 +0000 Subject: [PATCH] remove unused variable [[Imported from SVN: r8051]] --- dune/gfe/localgeodesicfefunction.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dune/gfe/localgeodesicfefunction.hh b/dune/gfe/localgeodesicfefunction.hh index ad270dc1..a8062aaa 100644 --- a/dune/gfe/localgeodesicfefunction.hh +++ b/dune/gfe/localgeodesicfefunction.hh @@ -426,9 +426,6 @@ evaluateDerivativeOfGradientWRTCoefficient(const Dune::FieldVector<ctype, dim>& for (size_t j=0; j<dim; j++) B[i][j] = BNested[i][0][j]; - // compute derivative of F(w,q) (the derivative of the weighted distance fctl) wrt to w - Dune::Matrix<Dune::FieldMatrix<ctype,1,1> > dFdw = computeDFdw(q); - // the actual system matrix std::vector<Dune::FieldVector<ctype,1> > w; localFiniteElement_.localBasis().evaluateFunction(local,w); -- GitLab