From fc25d04e9af82fd25aa40d0e474e71d77213892e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 16 Dec 2011 18:15:00 +0100
Subject: [PATCH] Comments

---
 src/one-body-sample.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index 773919f2..bf666c1a 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -340,7 +340,6 @@ int main(int argc, char *argv[]) {
         linearIterationStep->setTransferOperators(transfer_);
         // }}}
 
-        // Now the actual nonlinear solver
         typedef GenericNonlinearGS<MyBlockProblemType> NonlinearSmootherType;
         typedef TruncatedNonsmoothNewtonMultigrid<
             MyBlockProblemType, NonlinearSmootherType> TNNMGStepType;
-- 
GitLab