From: guido Date: Thu, 5 Jun 2003 12:11:22 +0000 (+0000) Subject: Spurious endl removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88457dc9e30ebf61939066be8bb1c0ba5b6c3824;p=dealii-svn.git Spurious endl removed git-svn-id: https://svn.dealii.org/branches/Branch-4-0@7753 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 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]];