From 959158bda4f4360562670d23b9b53779a034e5a5 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 2 Jan 2020 21:07:22 +0100 Subject: [PATCH] Fix labels --- source/dofs/dof_handler_policy.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index 7ec434b77c..c3c6547725 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -4778,6 +4778,7 @@ namespace internal #endif // DEAL_II_WITH_P4EST + template ParallelDistributed::ParallelDistributed( DoFHandlerType &dof_handler) @@ -5248,7 +5249,8 @@ namespace internal # endif // DEBUG return number_caches; -#endif // DEAL_II_WITH_P4EST + +#endif // DEAL_II_WITH_P4EST } @@ -5506,7 +5508,7 @@ namespace internal number_cache.locally_owned_dofs.n_elements(); return number_cache; } -#endif // DEAL_II_WITH_P4EST +#endif } -- 2.39.5