]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix namespace 11296/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 2 Dec 2020 19:55:09 +0000 (20:55 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 2 Dec 2020 19:55:09 +0000 (20:55 +0100)
include/deal.II/matrix_free/shape_info.templates.h

index 7b617551c1a0ae61ff280086e37449cd1b82449a..636127c5ba6781a772a982d95d2875caa5c5cebf 100644 (file)
@@ -375,13 +375,12 @@ namespace internal
           //  inverse_shape_values_eo cannot be filled
 
           std::vector<unsigned int> scalar_lexicographic;
-          internal::MatrixFreeFunctions::get_element_type_specific_information(
-            fe_in,
-            fe,
-            base_element_number,
-            element_type,
-            scalar_lexicographic,
-            lexicographic_numbering);
+          get_element_type_specific_information(fe_in,
+                                                fe,
+                                                base_element_number,
+                                                element_type,
+                                                scalar_lexicographic,
+                                                lexicographic_numbering);
 
           univariate_shape_data.element_type = this->element_type;
 
@@ -452,13 +451,12 @@ namespace internal
         Assert(fe->n_components() == 1,
                ExcMessage("Expected a scalar element"));
 
-        internal::MatrixFreeFunctions::get_element_type_specific_information(
-          fe_in,
-          fe,
-          base_element_number,
-          element_type,
-          scalar_lexicographic,
-          lexicographic_numbering);
+        get_element_type_specific_information(fe_in,
+                                              fe,
+                                              base_element_number,
+                                              element_type,
+                                              scalar_lexicographic,
+                                              lexicographic_numbering);
 
         // to evaluate 1D polynomials, evaluate along the line with the first
         // unit support point, assuming that fe.shape_value(0,unit_point) ==

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.