From: Peter Munch Date: Mon, 25 Oct 2021 11:26:38 +0000 (+0200) Subject: Fix compilation of MGTransferGlobalCoarsening::interpolate_to_mg() X-Git-Tag: v9.4.0-rc1~894^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12879%2Fhead;p=dealii.git Fix compilation of MGTransferGlobalCoarsening::interpolate_to_mg() --- diff --git a/include/deal.II/multigrid/mg_transfer_global_coarsening.h b/include/deal.II/multigrid/mg_transfer_global_coarsening.h index a9bdbfc5c8..13a6e9cdc9 100644 --- a/include/deal.II/multigrid/mg_transfer_global_coarsening.h +++ b/include/deal.II/multigrid/mg_transfer_global_coarsening.h @@ -526,7 +526,7 @@ public: * If an inner vector of @p dst is empty or has incorrect locally owned size, * it will be resized to locally relevant degrees of freedom on each level. */ - template + template void interpolate_to_mg(MGLevelObject &dst, const InVector &src) const; @@ -666,7 +666,7 @@ MGTransferGlobalCoarsening::copy_from_mg( template -template +template void MGTransferGlobalCoarsening::interpolate_to_mg( MGLevelObject &dst,