From 57cb7f7740b9acbbc501ece7cd2e7d31eb9f793e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 16 Dec 2011 17:14:22 +0100
Subject: [PATCH] Remove obsolete comment

---
 src/one-body-sample.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index ce458eda..9ffdeb08 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -104,8 +104,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis,
   BoundaryPatch<GridView> neumannBoundary(gridView, neumannNodes);
   LocalVectorType SampleVector(0);
   // FIXME: random values (time-dependent)
-  SampleVector[0] =
-      run / 10.0; // If we leave this fixed, we get into trouble for some reason
+  SampleVector[0] = run / 10.0;
   SampleVector[1] = 0;
   ConstantFunction<LocalVectorType, LocalVectorType> fNeumann(SampleVector);
   NeumannBoundaryAssembler<GridType, LocalVectorType> neumannBoundaryAssembler(
-- 
GitLab