]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Correctly fix one issue where icc complains.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Jun 2010 21:31:22 +0000 (21:31 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Jun 2010 21:31:22 +0000 (21:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@21150 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_values.cc

index f1dc1bc73ab188097add32b33a8316f7336ef717..3182b3ec44ab50829e0d8d53d89198c6c1bc0bc8 100644 (file)
@@ -782,7 +782,7 @@ namespace FEValuesViews
            Assert (false, ExcMessage("Computing the curl in 1d is not a useful operation"));
           break;
        }
-       
+
         case 2: {
            for (unsigned int shape_function = 0;
             shape_function < fe_values.fe->dofs_per_cell; ++shape_function) {
@@ -935,7 +935,7 @@ namespace FEValuesViews
   }
 
 
-  template <int dim, int spacedim>  
+  template <int dim, int spacedim>
   template <class InputVector>
   void
   Vector<dim,spacedim>::
@@ -1280,7 +1280,7 @@ namespace internal
            .dealii::FEValuesViews::SymmetricTensor<2, dim, spacedim>::~SymmetricTensor();
 #else
          typedef dealii::FEValuesViews::SymmetricTensor<2, dim, spacedim> SymmetricTensorView;
-         symmetric_second_order_tensors[component].SymmetricTensorView::~SymmetricTensor();
+         symmetric_second_order_tensors[component].SymmetricTensorView::~SymmetricTensorView();
 #endif
          new (&symmetric_second_order_tensors[component])
            dealii::FEValuesViews::SymmetricTensor<2, dim, spacedim > (fe_values,

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.