From b8bf4135a78af59d81adaf4b997b0730282dfc94 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sun, 30 Oct 2011 01:53:06 +0200
Subject: [PATCH] Comment

---
 src/myblockproblem.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh
index 4881f59b..ef25c3e0 100644
--- a/src/myblockproblem.hh
+++ b/src/myblockproblem.hh
@@ -95,6 +95,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
       LocalVectorType& ui, int i,
       const typename Dune::BitSetVector<block_size>::const_reference ignore) {
     // Note: problem.Am and problem.a will be ignored
+    // Note: ignore is currently ignored (what's it used for anyway?)
     {
       int const m = i;
 
-- 
GitLab