From: bangerth Date: Fri, 26 Jul 2013 20:53:24 +0000 (+0000) Subject: Add explicit instantiations. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75ef831eb8cdcf176d87c0e000b6db4a4b4167b;p=dealii-svn.git Add explicit instantiations. git-svn-id: https://svn.dealii.org/trunk@30165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/data_out.inst.in b/deal.II/source/numerics/data_out.inst.in index b9f0668961..55390215a9 100644 --- a/deal.II/source/numerics/data_out.inst.in +++ b/deal.II/source/numerics/data_out.inst.in @@ -356,3 +356,16 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS) #endif } + + +for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS) +{ + namespace internal \{ + namespace DataOut \{ +#if deal_II_dimension <= deal_II_space_dimension + template class ParallelDataBase; + template class ParallelData; +#endif + \} + \} +}