From: wolf Date: Mon, 28 Mar 2005 23:15:16 +0000 (+0000) Subject: More renames. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b69a3684518d42db89341a2072ddda67c1af25b;p=dealii-svn.git More renames. git-svn-id: https://svn.dealii.org/trunk@10272 0785d39b-7218-0410-832d-ea1e28bc413d --- 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