From 2a998161278c59736879e7a576caf6f60b45a000 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 26 Jul 2013 22:58:02 +0000 Subject: [PATCH] Also instantiate a member template. git-svn-id: https://svn.dealii.org/trunk@30166 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/data_out.inst.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deal.II/source/numerics/data_out.inst.in b/deal.II/source/numerics/data_out.inst.in index 55390215a9..f87f05eba7 100644 --- a/deal.II/source/numerics/data_out.inst.in +++ b/deal.II/source/numerics/data_out.inst.in @@ -369,3 +369,21 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS) \} \} } + + +for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS) +{ + namespace internal \{ + namespace DataOut \{ +#if deal_II_dimension <= deal_II_space_dimension + template + void + ParallelDataBase:: + reinit_all_fe_values > + (std::vector > > > &dof_data, + const typename dealii::Triangulation::cell_iterator &cell, + const unsigned int face); +#endif + \} + \} +} -- 2.39.5