From 380af7379798c2d689ad8a8b933ee8b37052ba7e Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 28 Feb 2018 17:15:50 +0100 Subject: [PATCH] instantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1 --- source/distributed/grid_refinement.inst.in | 2 -- source/distributed/solution_transfer.inst.in | 2 -- 2 files changed, 4 deletions(-) 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 \} \} -- 2.39.5