From: Guido Kanschat Date: Wed, 11 Jun 2003 16:47:52 +0000 (+0000) Subject: newlines removed X-Git-Tag: v8.0.0~16415 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54b24e01248ec638768e46c5d88eede19ece4e8;p=dealii.git newlines removed git-svn-id: https://svn.dealii.org/trunk@7794 0785d39b-7218-0410-832d-ea1e28bc413d --- 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]];