From e2c474967ff6289ec488fbca347975f6fea32a9a Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 11 Jun 2003 16:47:52 +0000 Subject: [PATCH] newlines removed git-svn-id: https://svn.dealii.org/trunk@7794 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 ac672ea4bf..256bfa0420 100644 --- a/deal.II/lac/include/lac/sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix.templates.h @@ -1036,9 +1036,6 @@ SparseMatrix::PSOR (Vector& dst, { s -= val[j] * dst(col); } - - std::cerr << std::endl; - } dst(row) = s * om / val[cols->rowstart[row]]; -- 2.39.5