]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid more deprecated function.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 13:53:41 +0000 (13:53 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 13:53:41 +0000 (13:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@28364 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/data_out.cc

index 470210067fab0f86019ebff80ed30cb79a19c6cf..a1172305ea1938479d62430c51e2510216d0d59c 100644 (file)
@@ -383,7 +383,7 @@ namespace internal
     get_function_gradients (const FEValuesBase<DH::dimension,DH::space_dimension> &fe_patch_values,
                             std::vector<std::vector<Tensor<1,DH::space_dimension> > >   &patch_gradients_system) const
     {
-      fe_patch_values.get_function_grads (*vector, patch_gradients_system);
+      fe_patch_values.get_function_gradients (*vector, patch_gradients_system);
     }
 
 
@@ -394,7 +394,7 @@ namespace internal
     get_function_gradients (const FEValuesBase<DH::dimension,DH::space_dimension> &fe_patch_values,
                             std::vector<Tensor<1,DH::space_dimension> >       &patch_gradients) const
     {
-      fe_patch_values.get_function_grads (*vector, patch_gradients);
+      fe_patch_values.get_function_gradients (*vector, patch_gradients);
     }
 
 

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.