From 296ab26341b794b66225df8990954505fb82bfeb Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Wed, 14 Oct 2009 15:41:53 +0000 Subject: [PATCH] Huh, forgotten to remove some debug outputs. --- AMDiS/src/ProblemVec.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AMDiS/src/ProblemVec.cc b/AMDiS/src/ProblemVec.cc index b1847b68..273629f5 100644 --- a/AMDiS/src/ProblemVec.cc +++ b/AMDiS/src/ProblemVec.cc @@ -765,11 +765,6 @@ namespace AMDiS { if (matrix) nnz += matrix->getBaseMatrix().nnz(); - - if (matrix) { - std::cout << "i: " << i << " " << j << std::endl; - print(matrix->getBaseMatrix()); - } } // And now assemble boundary conditions on the vectors -- GitLab