diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index ce458edabfa6e8e51e01ba3747846c08e8f4b9df..9ffdeb08b1fa68ab4c55e962190398380f9222aa 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(