]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Omit unused parameters.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jul 2011 14:11:50 +0000 (14:11 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jul 2011 14:11:50 +0000 (14:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@23976 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_bv_curl_conf.cc
tests/mpi/interpolate_02.cc

index b084490ac8372596d9e34e49f35047a2aaf89f34..e3ff02c148d458e52364ec53442956abc7c60748 100644 (file)
@@ -22,7 +22,8 @@ BoundaryFunction<dim>::BoundaryFunction (): Function<dim> (dim) {
 }
 
 template <int dim>
-void BoundaryFunction<dim>::vector_value (const Point<dim>& p, Vector<double>& values) const {
+void BoundaryFunction<dim>::vector_value (const Point<dim>&, 
+                                         Vector<double>& values) const {
   for (unsigned int d = 0; d < dim; ++d)
     values (d) = d + 1.0;
 }
@@ -61,4 +62,4 @@ int main () {
   
   deallog << "dim=3:" << std::endl;
   test_boundary_values (fe_3);
-}
\ No newline at end of file
+}
index b55778b1368c4f8d83650cdc30b0ce18971b3b9c..ab95fd9e77889f5548c6ce081da4ffc12c8f4d91 100644 (file)
@@ -51,7 +51,6 @@ template<int dim>
 void test()
 {
   unsigned int myid = Utilities::System::get_this_mpi_process (MPI_COMM_WORLD);
-  unsigned int numproc = Utilities::System::get_n_mpi_processes (MPI_COMM_WORLD);
 
                                   // create a mesh so that all but one
                                   // processor are empty

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.