Skip to content
Snippets Groups Projects
Commit e6c58098 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

remove unused variable

[[Imported from SVN: r8051]]
parent 570cfbe7
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment