From: Martin Kronbichler Date: Wed, 15 Dec 2021 12:16:59 +0000 (+0100) Subject: Fix tidy warning X-Git-Tag: v9.4.0-rc1~735^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87d6ab944c3c6d1c7844eb6434ca480aa9cd290;p=dealii.git Fix tidy warning --- diff --git a/include/deal.II/matrix_free/mapping_info.templates.h b/include/deal.II/matrix_free/mapping_info.templates.h index 6a4c0f186b..99d23c9ead 100644 --- a/include/deal.II/matrix_free/mapping_info.templates.h +++ b/include/deal.II/matrix_free/mapping_info.templates.h @@ -2049,9 +2049,7 @@ namespace internal for (unsigned int face = begin_face; face < end_face; ++face) for (unsigned vv = 0; vv < n_lanes; vv += n_lanes_d) { - internal::MatrixFreeFunctions::FaceToCellTopology< - VectorizedDouble::size()> - face_double = {}; + FaceToCellTopology face_double = {}; face_double.interior_face_no = faces[face].interior_face_no; face_double.exterior_face_no = faces[face].exterior_face_no; face_double.face_orientation = faces[face].face_orientation;