From 148ee20ec15659d59cacde18592255d952aacc61 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 25 Jul 2016 21:30:23 -0600 Subject: [PATCH] Avoid a warning. --- include/deal.II/dofs/dof_accessor.templates.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index 88966fc613..21f279c8a0 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -2309,6 +2309,7 @@ get_mg_dof_indices (const int, const unsigned int fe_index) const { (void) dof_indices; + (void) fe_index; Assert (this->dof_handler != 0, ExcInvalidObject ()); Assert (dof_indices.size () == this->dof_handler->get_fe ()[fe_index].dofs_per_vertex, -- 2.39.5