From: Wolfgang Bangerth Date: Wed, 26 Feb 2003 20:08:16 +0000 (+0000) Subject: Don't name unused parameter. X-Git-Tag: v8.0.0~16832 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad04278e65e95139a2f2bedc8d2a8504f2f9b92;p=dealii.git Don't name unused parameter. git-svn-id: https://svn.dealii.org/trunk@7253 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index dcb0a789bb..d72df587bd 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -439,7 +439,7 @@ FE_Nedelec<1>::shape_grad_component (const unsigned int , template <> Tensor<1,2> FE_Nedelec<2>::shape_grad_component (const unsigned int i, - const Point<2> &p, + const Point<2> &, const unsigned int component) const { const unsigned int dim = 2;