]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Suppress warnings in 1d.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Dec 2006 23:33:31 +0000 (23:33 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Dec 2006 23:33:31 +0000 (23:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@14248 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/error_estimator.cc

index c224564e410f913132e2b7716d6eb774ab4dacfb..86925590b6c9b66b0e57b64302765d54f7c42cc3 100644 (file)
@@ -202,17 +202,17 @@ estimate (const DH   &dof_handler,
 
 template <typename InputVector, class DH>
 void KellyErrorEstimator<1>::
-estimate (const Mapping<1>                    &mapping,
-          const DH                 &dof_handler,
-          const hp::QCollection<0>                 &,
-          const FunctionMap<1>::type          &neumann_bc,
-          const std::vector<const InputVector *> &solutions,
-          std::vector<Vector<float>*>              &errors,
-          const std::vector<bool>                  &component_mask_,
-          const Function<1>                   *coefficient,
+estimate (const Mapping<1>                    &/*mapping*/,
+          const DH                            &/*dof_handler*/,
+          const hp::QCollection<0>            &,
+          const FunctionMap<1>::type          &/*neumann_bc*/,
+          const std::vector<const InputVector *> &/*solutions*/,
+          std::vector<Vector<float>*>            &/*errors*/,
+          const std::vector<bool>                &/*component_mask_*/,
+          const Function<1>                   */*coefficient*/,
           const unsigned int,
-          const unsigned int                  subdomain_id,
-          const unsigned int                  material_id)
+          const unsigned int                   /*subdomain_id*/,
+          const unsigned int                   /*material_id*/)
 {
   Assert (false, ExcInternalError());
 }

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.