]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some spurious variable names 13217/head
authorMartin Kronbichler <martin.kronbichler@it.uu.se>
Tue, 11 Jan 2022 09:29:46 +0000 (10:29 +0100)
committerMartin Kronbichler <martin.kronbichler@it.uu.se>
Tue, 11 Jan 2022 09:29:46 +0000 (10:29 +0100)
include/deal.II/matrix_free/evaluation_template_factory.h

index 9eeb83700c56999a0897f008fc4db6357962f0e6..6ea92bf88469f9df181bcf140f542aea7829aff9 100644 (file)
@@ -101,7 +101,7 @@ namespace internal
   {
     static void
     apply(const unsigned int                          n_components,
-          const FEEvaluationData<dim, Number, false> &fe_fe_eval,
+          const FEEvaluationData<dim, Number, false> &fe_eval,
           const Number *                              in_array,
           Number *                                    out_array);
 
@@ -116,7 +116,7 @@ namespace internal
     static void
     transform_from_q_points_to_basis(
       const unsigned int                          n_components,
-      const FEEvaluationData<dim, Number, false> &fe_fe_eval,
+      const FEEvaluationData<dim, Number, false> &fe_eval,
       const Number *                              in_array,
       Number *                                    out_array);
   };

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.