From dcd13d34391c17c8321c435b03ed5fcded8fca08 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 11 Jan 2016 12:42:47 +0100 Subject: [PATCH] Add instantiation --- .../matrix_free/shape_info.templates.h | 24 +++++++++---------- source/matrix_free/matrix_free.cc | 1 + source/matrix_free/matrix_free.inst.in | 4 +++- 3 files changed, 16 insertions(+), 13 deletions(-) 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 } - -- 2.39.5