]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ah, here also.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Feb 2000 08:28:32 +0000 (08:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Feb 2000 08:28:32 +0000 (08:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@2381 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparsity_pattern.cc

index ef74fb9cd6cd03d17f07dd3fcc3fa794295d6c9f..6c6bf1689ff1b5b96715619a9baa6ac1d501cccf 100644 (file)
@@ -534,7 +534,7 @@ SparsityPattern::print_gnuplot (ostream &out) const
   for (unsigned int i=0; i<rows; ++i)
     for (unsigned int j=rowstart[i]; j<rowstart[i+1]; ++j)
       if (colnums[j] != invalid_entry)
-       out << i << " " << -static_cast<int>(colnums[j]) << endl;
+       out << i << " " << -static_cast<signed int>(colnums[j]) << endl;
 
   AssertThrow (out, ExcIO());
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.