]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix tidy warning 13077/head
authorMartin Kronbichler <martin.kronbichler@it.uu.se>
Wed, 15 Dec 2021 12:16:59 +0000 (13:16 +0100)
committerMartin Kronbichler <martin.kronbichler@it.uu.se>
Wed, 15 Dec 2021 12:16:59 +0000 (13:16 +0100)
include/deal.II/matrix_free/mapping_info.templates.h

index 6a4c0f186b31798d68a3a1984e7fd2c5841f5e27..99d23c9ead774457f08f556942d937a25b1d020d 100644 (file)
@@ -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<VectorizedDouble::size()> 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;

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.