From 854b5521d7a9f079c711d821d1a5ecf71cc7e11b Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 16 Jan 2012 15:33:26 +0100
Subject: [PATCH] We do not need a projection yet

We will once we have an obstacle problem
---
 dune/tectonic/myblockproblem.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh
index 3ff9d2b6..2ff07f0e 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -90,7 +90,6 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
                                typename Linearization::VectorType const &v,
                                VectorType &projected_v,
                                Linearization const &linearization) const {
-    // TODO: implement (not urgent)
     projected_v = v;
     for (size_t i = 0; i < v.size(); ++i)
       for (int j = 0; j < block_size; ++j)
-- 
GitLab