From: wolf Date: Fri, 11 Feb 2000 08:28:32 +0000 (+0000) Subject: Ah, here also. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6595df66ff465d6a79e31484bf92cdea2b448885;p=dealii-svn.git Ah, here also. git-svn-id: https://svn.dealii.org/trunk@2381 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index ef74fb9cd6..6c6bf1689f 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 << " " << -static_cast(colnums[j]) << endl; AssertThrow (out, ExcIO()); }