From 8075f820c02804f495fe0068828cf1c514d051d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Feb 2000 17:07:08 +0000 Subject: [PATCH] Fix problem with -unsigned git-svn-id: https://svn.dealii.org/trunk@2376 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 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()); } -- 2.39.5