From 88457dc9e30ebf61939066be8bb1c0ba5b6c3824 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 5 Jun 2003 12:11:22 +0000 Subject: [PATCH] Spurious endl removed git-svn-id: https://svn.dealii.org/branches/Branch-4-0@7753 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.templates.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.templates.h b/deal.II/lac/include/lac/sparse_matrix.templates.h index 67c396cb43..81006e368a 100644 --- a/deal.II/lac/include/lac/sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix.templates.h @@ -1026,9 +1026,6 @@ SparseMatrix::PSOR ( { s -= val[j] * dst(col); } - - std::cerr << std::endl; - } dst(row) = s * om / val[cols->rowstart[row]]; -- 2.39.5