]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Silence a warning.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Aug 2008 20:07:52 +0000 (20:07 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Aug 2008 20:07:52 +0000 (20:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@16537 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-31/step-31.cc

index 2e7a91ea4f031bd49c37384193863d87f76b7dff..a27a3446e6075afcc1aed925fcd18d0e8b74e65e 100644 (file)
@@ -220,7 +220,7 @@ void TrilinosAmgPreconditioner<dim>::initialize (
                ++col_counter;
              }
          }
-       Assert (col_counter == row_lengths[row],
+       Assert (col_counter == static_cast<unsigned int>(row_lengths[row]),
                ExcMessage("Filtering out zeros could not "
                            "be successfully finished!"));
   

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.