]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More renames.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Mar 2005 23:15:16 +0000 (23:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Mar 2005 23:15:16 +0000 (23:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@10272 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/symmetric_tensor.h

index bd3d40b2a7369e32956e36c79ed42a5e0ba8fcbf..955877cbcbd709ca5c526f73560a5977285b9dad 100644 (file)
@@ -112,7 +112,7 @@ namespace internal
                                         * should be constant or not.
                                         */
       template <int dim, bool constness>
-      struct Types;
+      struct AccessorTypes;
 
                                        /**
                                         * Switch type to select a tensor of
@@ -123,7 +123,7 @@ namespace internal
                                         * Specialization for constant tensors.
                                         */
       template <int dim>
-      struct Types<dim,true>
+      struct AccessorTypes<dim,true>
       {
           typedef
           const typename StorageType<2,dim>::base_tensor_type
@@ -142,7 +142,7 @@ namespace internal
                                         * tensors.
                                         */
       template <int dim>
-      struct Types<dim,false>
+      struct AccessorTypes<dim,false>
       {
           typedef
           typename StorageType<2,dim>::base_tensor_type
@@ -170,7 +170,7 @@ namespace internal
                                             * Import which tensor we work on.
                                             */
           typedef
-          typename Types<dim,constness>::base_tensor_type
+          typename AccessorTypes<dim,constness>::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<dim,constness>::reference reference;
+          typedef typename AccessorTypes<dim,constness>::reference reference;
 
                                            /**
                                             * Constructor. Take the tensor to

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.