From 6c18988eb8c7d8bbe141ab778ee58eb8b4c51d4b Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Wed, 4 Jan 2012 15:52:19 +0100
Subject: [PATCH] Strip obsolete const from signature

---
 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 2005947f..51a7c5f1 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -251,7 +251,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
    */
   void solveLocalProblem(
       LocalVectorType &ui, int m,
-      const typename Dune::BitSetVector<block_size>::const_reference ignore) {
+      typename Dune::BitSetVector<block_size>::const_reference ignore) {
     {
       int ignore_component =
           block_size; // Special value that indicates nothing should be ignored
-- 
GitLab