]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Comment out presently unused parameter
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Dec 2005 14:43:45 +0000 (14:43 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 16 Dec 2005 14:43:45 +0000 (14:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@11869 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 27a3ad8e0c6960bb30680a043e6c631a0da538b7..cd22898d8b32cd6c39662bb79ced1b8502446509 100644 (file)
@@ -224,7 +224,7 @@ double RightHandSide<dim>::value (const Point<dim> &p,
 
 template <int dim>
 double ExactSolution<dim>::value (const Point<dim>  &p,
-                                 const unsigned int component) const 
+                                 const unsigned int /*component*/) const 
 {
   double return_value = 1;
   for (unsigned int i=0; i<dim; ++i)

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.