From 3e409918a5f20f8c084dc8a5295a0b621bf764f2 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 31 May 2022 16:29:46 +0200 Subject: [PATCH] Allow to call communicate_mg_ghost_cells in 1D --- source/dofs/dof_handler_policy.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index c27693fd9e..d9de7cb4da 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -3675,15 +3675,6 @@ namespace internal - template - void - communicate_mg_ghost_cells(DoFHandler<1, spacedim> &) - { - Assert(false, ExcNotImplemented()); - } - - - /** * A function that communicates the DoF indices from that subset of * locally owned cells that have their user indices set to the -- 2.39.5