From 057af6b7c183cc3f7763dfe0f313cff619c82df8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 14 Dec 2006 23:33:31 +0000 Subject: [PATCH] Suppress warnings in 1d. git-svn-id: https://svn.dealii.org/trunk@14248 0785d39b-7218-0410-832d-ea1e28bc413d --- .../source/numerics/error_estimator.cc | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index c224564e41..86925590b6 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -202,17 +202,17 @@ estimate (const DH &dof_handler, template 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 &solutions, - std::vector*> &errors, - const std::vector &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 &/*solutions*/, + std::vector*> &/*errors*/, + const std::vector &/*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()); } -- 2.39.5