From 7b69a3684518d42db89341a2072ddda67c1af25b Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 28 Mar 2005 23:15:16 +0000 Subject: [PATCH] More renames. git-svn-id: https://svn.dealii.org/trunk@10272 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/symmetric_tensor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/base/include/base/symmetric_tensor.h b/deal.II/base/include/base/symmetric_tensor.h index bd3d40b2a7..955877cbcb 100644 --- a/deal.II/base/include/base/symmetric_tensor.h +++ b/deal.II/base/include/base/symmetric_tensor.h @@ -112,7 +112,7 @@ namespace internal * should be constant or not. */ template - struct Types; + struct AccessorTypes; /** * Switch type to select a tensor of @@ -123,7 +123,7 @@ namespace internal * Specialization for constant tensors. */ template - struct Types + struct AccessorTypes { typedef const typename StorageType<2,dim>::base_tensor_type @@ -142,7 +142,7 @@ namespace internal * tensors. */ template - struct Types + struct AccessorTypes { typedef typename StorageType<2,dim>::base_tensor_type @@ -170,7 +170,7 @@ namespace internal * Import which tensor we work on. */ typedef - typename Types::base_tensor_type + typename AccessorTypes::base_tensor_type base_tensor_type; /** @@ -180,7 +180,7 @@ namespace internal * is constant, we can only return * a value instead of a reference. */ - typedef typename Types::reference reference; + typedef typename AccessorTypes::reference reference; /** * Constructor. Take the tensor to -- 2.39.5