From 59b4dcf0b9fe6933b0fbc15ef0aa791fdad5dca8 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Tue, 8 Jul 2008 13:30:55 +0000
Subject: [PATCH] * Small change

---
 AMDiS/src/ProblemVec.cc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/AMDiS/src/ProblemVec.cc b/AMDiS/src/ProblemVec.cc
index af9a2039..094e7053 100644
--- a/AMDiS/src/ProblemVec.cc
+++ b/AMDiS/src/ProblemVec.cc
@@ -704,8 +704,6 @@ namespace AMDiS {
       const BasisFunction *basisFcts = componentSpaces_[i]->getBasisFcts();
 
       for (int j = 0; j < numComponents_; j++) {
-	double wwtime = omp_get_wtime();
-
 	// Only if this variable is true, the current matrix will be assembled.	
 	bool assembleMatrix = true;
 	// The DOFMatrix which should be assembled (or not, if assembleMatrix
@@ -776,8 +774,6 @@ namespace AMDiS {
 	}
 	
 	assembledMatrix_[i][j] = true;
-
-	::std::cout << "Komponente " << i << "-" << j << ":  " << omp_get_wtime() - wwtime << ::std::endl;
       }
 
       // fill boundary conditions
-- 
GitLab