From: Denis Davydov Date: Wed, 28 Feb 2018 16:15:50 +0000 (+0100) Subject: instantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1 X-Git-Tag: v9.0.0-rc1~374^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5977%2Fhead;p=dealii.git instantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1 --- diff --git a/source/distributed/grid_refinement.inst.in b/source/distributed/grid_refinement.inst.in index 5ea8d49c13..a79874e8cb 100644 --- a/source/distributed/grid_refinement.inst.in +++ b/source/distributed/grid_refinement.inst.in @@ -18,7 +18,6 @@ for (S : REAL_SCALARS; deal_II_dimension : DIMENSIONS) { -#if deal_II_dimension != 1 namespace parallel \{ namespace distributed @@ -44,7 +43,6 @@ for (S : REAL_SCALARS; deal_II_dimension : DIMENSIONS) \} \} \} -#endif #if deal_II_dimension == 3 diff --git a/source/distributed/solution_transfer.inst.in b/source/distributed/solution_transfer.inst.in index 9ca5226536..634454b9a2 100644 --- a/source/distributed/solution_transfer.inst.in +++ b/source/distributed/solution_transfer.inst.in @@ -21,7 +21,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) \{ namespace distributed \{ -#if deal_II_dimension > 1 #if deal_II_dimension <= deal_II_space_dimension template class SolutionTransfer, DoFHandler >; template class SolutionTransfer, DoFHandler >; @@ -42,7 +41,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) template class SolutionTransfer >; #endif -#endif #endif \} \}