From: Wolfgang Bangerth Date: Thu, 23 Jun 2016 21:39:21 +0000 (-0500) Subject: Add missing file. X-Git-Tag: v8.5.0-rc1~960^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2706%2Fhead;p=dealii.git Add missing file. --- diff --git a/source/base/symmetric_tensor.inst.in b/source/base/symmetric_tensor.inst.in new file mode 100644 index 0000000000..defcf42a00 --- /dev/null +++ b/source/base/symmetric_tensor.inst.in @@ -0,0 +1,33 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2016 by the deal.II authors +// +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- + + +for (deal_II_dimension : DIMENSIONS; number : REAL_SCALARS) +{ + template + class SymmetricTensor<2,deal_II_dimension,number>; + + template + class SymmetricTensor<4,deal_II_dimension,number>; +} + +for (deal_II_dimension : DIMENSIONS; number : COMPLEX_SCALARS) +{ + template + class SymmetricTensor<2,deal_II_dimension,number>; + + template + class SymmetricTensor<4,deal_II_dimension,number>; +}