From d2775a019df741302c1b7a63a8ff6bbfe225ca5a Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Sat, 1 Sep 2012 16:09:36 +0000
Subject: [PATCH] Bugfix in method dbgs

Patch by Matthias Wohlmuth

FS 1170

[[Imported from SVN: r1685]]
---
 COPYING            | 2 +-
 dune/istl/gsetc.hh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/COPYING b/COPYING
index f58858c8c..3a932536e 100644
--- a/COPYING
+++ b/COPYING
@@ -21,7 +21,7 @@ Copyright holders:
 2004--2012    Oliver Sander
 2008--2012    Uli Sack
 2006--2010    Martin Weiser
-2011          Matthias Wohlmuth
+2011--2012    Matthias Wohlmuth
 
 
 The DUNE library and headers are licensed under version 2 of the GNU
diff --git a/dune/istl/gsetc.hh b/dune/istl/gsetc.hh
index c6d9546ea..5dbb0a866 100644
--- a/dune/istl/gsetc.hh
+++ b/dune/istl/gsetc.hh
@@ -412,7 +412,7 @@ namespace Dune {
         coliterator j=(*i).begin();
         for (; j.index()<i.index(); ++j)
           (*j).mmv(x[j.index()],rhs);
-        coliterator diag=j;
+        coliterator diag=j++;
         for (; j != endj; ++j)
           (*j).mmv(x[j.index()],rhs);
         algmeta_itsteps<I-1>::dbgs(*diag,x[i.index()],rhs,w);
-- 
GitLab