From: Martin Kronbichler Date: Mon, 11 Jan 2016 11:42:47 +0000 (+0100) Subject: Add instantiation X-Git-Tag: v8.4.0-rc2~76^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd13d34391c17c8321c435b03ed5fcded8fca08;p=dealii.git Add instantiation --- diff --git a/include/deal.II/matrix_free/shape_info.templates.h b/include/deal.II/matrix_free/shape_info.templates.h index 8b3aa6fa81..6b6a2d63a5 100644 --- a/include/deal.II/matrix_free/shape_info.templates.h +++ b/include/deal.II/matrix_free/shape_info.templates.h @@ -314,25 +314,25 @@ namespace internal for (unsigned int q=0; q; template struct internal::MatrixFreeFunctions::ShapeInfo; +template struct internal::MatrixFreeFunctions::ShapeInfo; DEAL_II_NAMESPACE_CLOSE diff --git a/source/matrix_free/matrix_free.inst.in b/source/matrix_free/matrix_free.inst.in index c4d2888d0a..47aeeaa5ba 100644 --- a/source/matrix_free/matrix_free.inst.in +++ b/source/matrix_free/matrix_free.inst.in @@ -39,6 +39,8 @@ for (deal_II_dimension : DIMENSIONS) template void internal::MatrixFreeFunctions::ShapeInfo::reinit (const Quadrature<1> &, const FiniteElement &, const unsigned int); + template void internal::MatrixFreeFunctions::ShapeInfo::reinit + (const Quadrature<1> &, const FiniteElement + &, const unsigned int); #endif } -