]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
unused parameter
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 11 Dec 2011 04:26:52 +0000 (04:26 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 11 Dec 2011 04:26:52 +0000 (04:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@24815 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/project_bv_div_conf.cc

index c11cc285f0f2f239dd0dbd14c87d8de6e6f6724e..8bab7e62c539202d689d0728c5315092685a599d 100644 (file)
@@ -22,7 +22,7 @@ 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 +61,4 @@ int main () {
   
   deallog << "dim=3:" << std::endl;
   test_boundary_values (fe_3);
-}
\ No newline at end of file
+}

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.