From 0b93f5629395509895dfd64b901a9e5e2084c6dd Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 19 Mar 2002 13:55:10 +0000 Subject: [PATCH] Fix. Make it compile. git-svn-id: https://svn.dealii.org/trunk@5587 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/tensor.h b/deal.II/base/include/base/tensor.h index 3c7436de2b..1714e2b979 100644 --- a/deal.II/base/include/base/tensor.h +++ b/deal.II/base/include/base/tensor.h @@ -65,7 +65,7 @@ class Tensor * Type of stored objects. This * is a tensor of lower rank. */ - typedef typename Tensor value_type; + typedef Tensor value_type; /** * Declare an array type which -- 2.39.5