From 858822f8a74fef85fab7b6d9ac9951fcbab05874 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 4 Mar 2013 16:35:06 +0000 Subject: [PATCH] Merge r28726 from mainline. git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-3@28727 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_handler_policy.cc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/deal.II/source/dofs/dof_handler_policy.cc b/deal.II/source/dofs/dof_handler_policy.cc index 7de2d8a957..59708663cb 100644 --- a/deal.II/source/dofs/dof_handler_policy.cc +++ b/deal.II/source/dofs/dof_handler_policy.cc @@ -1649,11 +1649,11 @@ namespace internal template void communicate_mg_dof_indices_on_marked_cells - (const DoFHandler<1,spacedim> &dof_handler, - const std::map > &vertices_with_ghost_neighbors, - const std::vector &coarse_cell_to_p4est_tree_permutation, - const std::vector &p4est_tree_to_coarse_cell_permutation, - const unsigned int level) + (const DoFHandler<1,spacedim> &, + const std::map > &, + const std::vector &, + const std::vector &, + const unsigned int) { Assert (false, ExcNotImplemented()); } @@ -1670,7 +1670,11 @@ namespace internal const unsigned int level) { #ifndef DEAL_II_USE_P4EST + (void)dof_handler; (void)vertices_with_ghost_neighbors; + (void)coarse_cell_to_p4est_tree_permutation; + (void)p4est_tree_to_coarse_cell_permutation; + (void)level; Assert (false, ExcNotImplemented()); #else -- 2.39.5