From: Wolfgang Bangerth Date: Tue, 20 Jun 2000 13:21:16 +0000 (+0000) Subject: Avoid 1d warning. X-Git-Tag: v8.0.0~20380 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50deba15fdd083908327acad06e0173761efd8f1;p=dealii.git Avoid 1d warning. git-svn-id: https://svn.dealii.org/trunk@3035 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_lib.dgp3.cc b/deal.II/deal.II/source/fe/fe_lib.dgp3.cc index 807855abfb..87774d197d 100644 --- a/deal.II/deal.II/source/fe/fe_lib.dgp3.cc +++ b/deal.II/deal.II/source/fe/fe_lib.dgp3.cc @@ -118,7 +118,7 @@ void FEDG_P3<1>::get_face_support_points (const DoFHandler<1>::face_iterator &, template <> -void FEDG_P3<1>::get_local_mass_matrix (const DoFHandler<1>::cell_iterator &cell, +void FEDG_P3<1>::get_local_mass_matrix (const DoFHandler<1>::cell_iterator &/*cell*/, FullMatrix &local_mass_matrix) const { Assert(false, ExcNotImplemented());