From: Wolfgang Bangerth Date: Fri, 11 Feb 2000 08:05:03 +0000 (+0000) Subject: Revert the last patch, since that was not the culprit I was looking for. X-Git-Tag: v8.0.0~20982 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ac819776f08068f60c4d4cf1da5c89cadc3b45;p=dealii.git Revert the last patch, since that was not the culprit I was looking for. git-svn-id: https://svn.dealii.org/trunk@2378 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index a23839bcfe..09170a0459 100644 --- a/deal.II/lac/source/sparsity_pattern.cc +++ b/deal.II/lac/source/sparsity_pattern.cc @@ -534,7 +534,7 @@ SparsityPattern::print_gnuplot (ostream &out) const for (unsigned int i=0; i(colnums[j]) << endl; + out << i << " " << -colnums[j] << endl; AssertThrow (out, ExcIO()); }