From a0c97b560658decdc29c57d6de8c355cc42fc33f Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sat, 5 Jul 2014 20:41:55 +0200
Subject: [PATCH] [Cleanup] Kill comment

---
 src/sand-wedge.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sand-wedge.cc b/src/sand-wedge.cc
index c29a0f48..a4587a58 100644
--- a/src/sand-wedge.cc
+++ b/src/sand-wedge.cc
@@ -210,7 +210,6 @@ int main(int argc, char *argv[]) {
         Grid>;
     ZeroNonlinearity<LocalVector, LocalMatrix> zeroNonlinearity;
 
-    // TODO: clean up once generic lambdas arrive
     auto const solveLinearProblem = [&](
         Dune::BitSetVector<dims> const &_dirichletNodes, Matrix const &_matrix,
         Vector const &_rhs, Vector &_x, EnergyNorm<Matrix, Vector> const &_norm,
-- 
GitLab