]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused variables.
authorKatharina Kormann <katharina.kormann@tum.de>
Sun, 27 Feb 2011 08:44:49 +0000 (08:44 +0000)
committerKatharina Kormann <katharina.kormann@tum.de>
Sun, 27 Feb 2011 08:44:49 +0000 (08:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@23451 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_nothing.cc
deal.II/source/fe/fe_tools.cc

index 638c8300f2cca99fa65fdcaad7e598daeab44762..076733745e197cbe1d53be749e07dddc6cc146b6 100644 (file)
@@ -179,7 +179,7 @@ fill_fe_subface_values (const Mapping<dim> & /*mapping*/,
 template <int dim>
 FiniteElementDomination::Domination
 FE_Nothing<dim> ::
-compare_for_face_domination (const FiniteElement<dim> & fe_other) const
+compare_for_face_domination (const FiniteElement<dim> &) const
 {
   return FiniteElementDomination::no_requirements;
 }
index dab4fa8a1bae2a9df86258115ba3c70039b50f9e..2caaf30b4bbfc85ece338208fbce40b03aabc70b 100644 (file)
@@ -58,7 +58,7 @@ namespace FETools
                                // Not implemented in the general case.
   template <class FE>
   FiniteElement<FE::dimension, FE::dimension>*
-  FEFactory<FE>::get (const Quadrature<1> &quad) const
+  FEFactory<FE>::get (const Quadrature<1> &) const
   {
     Assert(false, ExcNotImplemented());
     return 0;

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.