From 440ddaf2928a519afc7da4067feffb9252e64c29 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 25 Dec 2011 13:25:02 +0100 Subject: [PATCH] Constness --- dune/tectonic/myblockproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index e34a1943..1cf7ede0 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -94,7 +94,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { localA = <Av,v> localb = <b - Au, v> */ - MyDirectionalConvexFunction<Dune::GlobalNonlinearity<block_size>> psi( + MyDirectionalConvexFunction<Dune::GlobalNonlinearity<block_size>> const psi( localA, localb, problem.phi, u, v); int bisectionsteps = 0; -- GitLab