From: wolf Date: Wed, 26 Feb 2003 20:08:16 +0000 (+0000) Subject: Don't name unused parameter. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb596053af642f65242c643c6d7435af8118110;p=dealii-svn.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;