From: Guido Kanschat Date: Mon, 24 Jun 2013 06:55:30 +0000 (+0000) Subject: oops X-Git-Tag: v8.0.0~263 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=402492a7f4e28944c5ec74333d32a898097256d0;p=dealii.git oops git-svn-id: https://svn.dealii.org/trunk@29855 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 5c3fe719a8..9c234289fe 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -2490,9 +2490,9 @@ void SparseMatrix::print (STREAM &out, bool across, bool diagonal_first) if (hanging_diagonal && cols->colnums[j]>i) { if (across) - out << '(' << i << ',' << i << ") " << diagonal << std::endl; - else out << ' ' << i << ',' << i << ':' << diagonal; + else + out << '(' << i << ',' << i << ") " << diagonal << std::endl; hanging_diagonal = false; } if (across)