]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some unnecessary typenames. 4027/head
authorDavid Wells <wellsd2@rpi.edu>
Sat, 4 Mar 2017 17:21:51 +0000 (12:21 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sat, 4 Mar 2017 17:21:51 +0000 (12:21 -0500)
These types are fully qualified so we do not need to prefix them with
'typename'.

source/fe/mapping_q_generic.cc

index a7a48963d66102426f1726c6b5bfc24b853e226e..4bb343696a7d5a2d1448e7de758c3edbd91066bf 100644 (file)
@@ -440,7 +440,7 @@ namespace internal
       void
       compute_shape_function_values_hardcode (const unsigned int            n_shape_functions,
                                               const std::vector<Point<1> > &unit_points,
-                                              typename dealii::MappingQGeneric<1,1>::InternalData &data)
+                                              dealii::MappingQGeneric<1,1>::InternalData &data)
       {
         (void)n_shape_functions;
         const unsigned int n_points=unit_points.size();
@@ -494,7 +494,7 @@ namespace internal
       void
       compute_shape_function_values_hardcode (const unsigned int            n_shape_functions,
                                               const std::vector<Point<2> > &unit_points,
-                                              typename dealii::MappingQGeneric<2,2>::InternalData &data)
+                                              dealii::MappingQGeneric<2,2>::InternalData &data)
       {
 
         (void)n_shape_functions;
@@ -572,7 +572,7 @@ namespace internal
       void
       compute_shape_function_values_hardcode (const unsigned int            n_shape_functions,
                                               const std::vector<Point<3> > &unit_points,
-                                              typename dealii::MappingQGeneric<3,3>::InternalData &data)
+                                              dealii::MappingQGeneric<3,3>::InternalData &data)
       {
         (void)n_shape_functions;
         const unsigned int n_points=unit_points.size();

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.