From a284d0768a9b5793b8502ad4b09aa0d414418dae Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Wed, 26 Oct 2011 16:30:42 +0200
Subject: [PATCH] Cleanup

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

diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc
index 3bce9241..6c8d93a7 100644
--- a/src/one-body-sample.cc
+++ b/src/one-body-sample.cc
@@ -181,9 +181,8 @@ int main() {
 
     VectorType diff = u2;
     diff -= u1;
-    std::cout << diff << std::endl;
-    std::cout << std::endl;
-    std::cout << diff.infinity_norm() << std::endl;
+    std::cout << "Infinity norm of the difference of the two solutions: "
+              << diff.infinity_norm() << std::endl;
   }
   catch (Dune::Exception& e) {
     Dune::derr << "Dune reported error: " << e << std::endl;
-- 
GitLab