]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an obstacle that icc sees.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Apr 2004 21:26:39 +0000 (21:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Apr 2004 21:26:39 +0000 (21:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@9076 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_matrix_base.cc

index befa69ea7ce7b36847b9a4131fe1d02dc3bde478..a89b66c9d88d51237907694e55e5a657e5d365df 100644 (file)
@@ -60,8 +60,7 @@ namespace PETScWrappers
                                            // available
           int ierr;
           int begin, end;
-          ierr = MatGetOwnershipRange (static_cast<const Mat &>(*matrix),
-                                       &begin, &end);
+          ierr = MatGetOwnershipRange (*matrix, &begin, &end);
           AssertThrow (ierr == 0, ExcPETScError(ierr));
 
           AssertThrow ((this->a_row >= static_cast<unsigned int>(begin)) &&

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.