From 28b0e338c4f47ad8d0ab9a945ae3037ea8cb902e Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sat, 22 Jan 2011 10:09:59 +0000
Subject: [PATCH] remove some debugging output

[[Imported from SVN: r6817]]
---
 dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
index a7907fd9..a3beeeba 100644
--- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
+++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
@@ -241,8 +241,6 @@ public:
         // Solve!
         cg.apply(x, rhs, statistics);
 
-        std::cout << "x:\n" << x << std::endl;
-
         std::cout << "Linear rod interface correction: " << x[0] << std::endl;
         
         return x[0];
-- 
GitLab