]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ignore unused parameter.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Nov 2012 04:18:55 +0000 (04:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Nov 2012 04:18:55 +0000 (04:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@27582 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/petsc_vector_base.cc

index 2c8dd3aa2aff134eb1a80a8b0519690718419024..54cac6fe355ff4779933ab01782f47c68f6db2af 100644 (file)
@@ -125,7 +125,7 @@ namespace PETScWrappers
 #else
           int begin, end;
 #endif
-            
+
           ierr = VecGetOwnershipRange (vector.vector, &begin, &end);
           AssertThrow (ierr == 0, ExcPETScError(ierr));
 
@@ -148,7 +148,7 @@ namespace PETScWrappers
                                          // what? what other kind of vector
                                          // exists there?
         Assert (false, ExcInternalError());
-      
+
       return -1e20;
     }
   }
@@ -379,7 +379,7 @@ namespace PETScWrappers
 
 
   void
-  VectorBase::compress (::dealii::VectorOperation::values operation)
+  VectorBase::compress (::dealii::VectorOperation::values)
   {
                                      // note that one may think that
                                      // we only need to do something

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.