From: Peter Munch Date: Thu, 2 Jan 2020 20:07:22 +0000 (+0100) Subject: Fix labels X-Git-Tag: v9.2.0-rc1~748^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=959158bda4f4360562670d23b9b53779a034e5a5;p=dealii.git Fix labels --- 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 }