]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make it compile with gcc2.95.3
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jun 2005 08:36:23 +0000 (08:36 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jun 2005 08:36:23 +0000 (08:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10822 0785d39b-7218-0410-832d-ea1e28bc413d

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

index bd5cf25cf22eb29dbb6e4a9832c60aff436e02c0..a6472f2d6c662e4116979212b3ece82a6c97dfb9 100644 (file)
@@ -2148,7 +2148,7 @@ deviator_tensor ()
                                    // off-diagonal elements twice, so simply
                                    // copying requires a weight of 1/2
   for (unsigned int i=dim;
-       i<SymmetricTensor<4,dim>::base_tensor_descriptor::n_rank2_components;
+       i<internal::SymmetricTensorAccessors::StorageType<4,dim>::n_rank2_components;
        ++i)
     tmp.data[i][i] = 0.5;
   
@@ -2188,7 +2188,7 @@ identity_tensor ()
                                    // off-diagonal elements twice, so simply
                                    // copying requires a weight of 1/2
   for (unsigned int i=dim;
-       i<SymmetricTensor<4,dim>::base_tensor_descriptor::n_rank2_components;
+       i<internal::SymmetricTensorAccessors::StorageType<4,dim>::n_rank2_components;
        ++i)
     tmp.data[i][i] = 0.5;
   

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.