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

Constness

parent 0ba88e63
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { ...@@ -94,7 +94,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
localA = <Av,v> localA = <Av,v>
localb = <b - Au, v> localb = <b - Au, v>
*/ */
MyDirectionalConvexFunction<Dune::GlobalNonlinearity<block_size>> psi( MyDirectionalConvexFunction<Dune::GlobalNonlinearity<block_size>> const psi(
localA, localb, problem.phi, u, v); localA, localb, problem.phi, u, v);
int bisectionsteps = 0; int bisectionsteps = 0;
......
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