From 535b657aa7fa3759d1aebb943d1f4f7c6b47ea5d Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 11 Feb 2000 08:05:03 +0000 Subject: [PATCH] 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 --- deal.II/lac/source/sparsity_pattern.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.39.5