From 878ebf995782e368f5ddbe70496cc513ecd30a1d Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 29 Apr 2010 13:45:33 +0000
Subject: [PATCH] remove debugging output

[[Imported from SVN: r5996]]
---
 dune/gfe/localgeodesicfestiffness.hh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dune/gfe/localgeodesicfestiffness.hh b/dune/gfe/localgeodesicfestiffness.hh
index a8353378..ae0786d0 100644
--- a/dune/gfe/localgeodesicfestiffness.hh
+++ b/dune/gfe/localgeodesicfestiffness.hh
@@ -516,9 +516,6 @@ assemble(const Entity& element,
 
     }
 
-    std::cout << "embeddedHessian" << std::endl;
-    printmatrix(std::cout, embeddedHessian, "embeddedHessian", "--");
-
     // transform to local tangent space bases
     std::vector<Dune::FieldMatrix<double,blocksize,embeddedBlocksize> > orthonormalFrames(nDofs);
     std::vector<Dune::FieldMatrix<double,embeddedBlocksize,blocksize> > orthonormalFramesTransposed(nDofs);
@@ -542,9 +539,6 @@ assemble(const Entity& element,
 
         }
     
-    std::cout << "localHessian" << std::endl;
-    printmatrix(std::cout, A_, "localHessian", "--");
-
 #endif
 }
 
-- 
GitLab