From 4c7e635571f9fa152e583c929923c66d63591287 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 20 Jun 2000 13:21:16 +0000 Subject: [PATCH] Avoid 1d warning. git-svn-id: https://svn.dealii.org/trunk@3035 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_lib.dgp3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.5