From: Wolfgang Bangerth Date: Wed, 3 Dec 2014 13:04:42 +0000 (-0600) Subject: Patch by Lukas Korous: Remove the explicit instantiation of a function since this... X-Git-Tag: v8.2.0-rc1~34^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2021e2075da0d47f839d5358033d123616a8aad;p=dealii.git Patch by Lukas Korous: Remove the explicit instantiation of a function since this creates problems for Microsoft Visual Studio. The instantiation is not strictly needed since the function, internal::MatrixFreeFunctions::ShapeInfo::reinit() is defined in a file that is always included. --- diff --git a/source/matrix_free/matrix_free.inst.in b/source/matrix_free/matrix_free.inst.in index 1ff2f073c6..dfd4ce05ad 100644 --- a/source/matrix_free/matrix_free.inst.in +++ b/source/matrix_free/matrix_free.inst.in @@ -31,13 +31,5 @@ for (deal_II_dimension : DIMENSIONS) template struct internal::MatrixFreeFunctions::MappingInfo; template struct internal::MatrixFreeFunctions::MappingInfo; - - 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); - }