From: Luca Heltai Date: Fri, 22 Mar 2019 15:42:54 +0000 (+0100) Subject: Added Tensor<0> instantiation X-Git-Tag: v9.1.0-rc1~262^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7834%2Fhead;p=dealii.git Added Tensor<0> instantiation --- diff --git a/source/fe/fe_values_extractors.cc b/source/fe/fe_values_extractors.cc index 8d0c417f6e..751fdcafdb 100644 --- a/source/fe/fe_values_extractors.cc +++ b/source/fe/fe_values_extractors.cc @@ -53,6 +53,7 @@ namespace FEValuesExtractors } // Explicit instantiations + template struct Tensor<0>; template struct Tensor<1>; template struct Tensor<2>; template struct Tensor<3>;