From: Wolfgang Bangerth Date: Fri, 26 Jul 2013 22:58:02 +0000 (+0000) Subject: Also instantiate a member template. X-Git-Tag: v8.1.0~1198 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6073c929a8660e2cf074a76be1af05438fc4c04c;p=dealii.git Also instantiate a member template. git-svn-id: https://svn.dealii.org/trunk@30166 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 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 + \} + \} +}