From: Wolfgang Bangerth Date: Thu, 10 Feb 2000 17:07:08 +0000 (+0000) Subject: Fix problem with -unsigned X-Git-Tag: v8.0.0~20984 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8075f820c02804f495fe0068828cf1c514d051d1;p=dealii.git Fix problem with -unsigned git-svn-id: https://svn.dealii.org/trunk@2376 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index 09170a0459..a23839bcfe 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; AssertThrow (out, ExcIO()); }