From 4c225a62e23c24ae11e27b4e639c55d543eba206 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Tue, 5 May 2009 08:49:10 +0000
Subject: [PATCH] removed some debug output messages.

---
 AMDiS/src/ProblemVec.cc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/AMDiS/src/ProblemVec.cc b/AMDiS/src/ProblemVec.cc
index 6fa3e61e..4cd9d2cc 100644
--- a/AMDiS/src/ProblemVec.cc
+++ b/AMDiS/src/ProblemVec.cc
@@ -797,14 +797,14 @@ namespace AMDiS {
  	if ((*systemMatrix)[i][j]) 
  	  (*systemMatrix)[i][j]->finishInsertion();
 
-    clock_t first1 = clock();
-    solverMatrix.setMatrix(*systemMatrix);
-    clock_t first2 = clock();
-    createPrecon();
-    clock_t first3 = clock();
-
-    std::cout << "T1 = " << TIME_USED(first1, first2) << std::endl;
-    std::cout << "T2 = " << TIME_USED(first2, first3) << std::endl;
+//     clock_t first1 = clock();
+//     solverMatrix.setMatrix(*systemMatrix);
+//     clock_t first2 = clock();
+//     createPrecon();
+//     clock_t first3 = clock();
+
+//     std::cout << "T1 = " << TIME_USED(first1, first2) << std::endl;
+//     std::cout << "T2 = " << TIME_USED(first2, first3) << std::endl;
 
 #ifdef _OPENMP
     INFO(info, 8)("buildAfterCoarsen needed %.5f seconds system time / %.5f seconds wallclock time\n",
-- 
GitLab