From: Martin Kronbichler Date: Tue, 11 Jan 2022 09:29:46 +0000 (+0100) Subject: Fix some spurious variable names X-Git-Tag: v9.4.0-rc1~629^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd89df27b1548c326f3e956706bf61a663c6419;p=dealii.git Fix some spurious variable names --- diff --git a/include/deal.II/matrix_free/evaluation_template_factory.h b/include/deal.II/matrix_free/evaluation_template_factory.h index 9eeb83700c..6ea92bf884 100644 --- a/include/deal.II/matrix_free/evaluation_template_factory.h +++ b/include/deal.II/matrix_free/evaluation_template_factory.h @@ -101,7 +101,7 @@ namespace internal { static void apply(const unsigned int n_components, - const FEEvaluationData &fe_fe_eval, + const FEEvaluationData &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 &fe_fe_eval, + const FEEvaluationData &fe_eval, const Number * in_array, Number * out_array); };