From: Wolfgang Bangerth Date: Sun, 5 Jun 2016 01:59:04 +0000 (-0500) Subject: Also instantiate the Tensor::n_independent_components member variable. X-Git-Tag: v8.5.0-rc1~986^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2667%2Fhead;p=dealii.git Also instantiate the Tensor::n_independent_components member variable. --- diff --git a/source/base/tensor.cc b/source/base/tensor.cc index d38444b940..acf9af0cdd 100644 --- a/source/base/tensor.cc +++ b/source/base/tensor.cc @@ -18,6 +18,13 @@ DEAL_II_NAMESPACE_OPEN +template +const unsigned int Tensor<0,dim,Number>::n_independent_components; + +template +const unsigned int Tensor::n_independent_components; + + #include "tensor.inst"