Skip to content
Snippets Groups Projects
Commit 3a32efc3 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

[Cleanup] Kill dead code

parent b31e082d
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment