]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a double negative.
authorDavid Wells <drwells@email.unc.edu>
Sat, 13 Apr 2024 20:31:08 +0000 (16:31 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 20 Apr 2024 12:12:47 +0000 (08:12 -0400)
include/deal.II/grid/reference_cell.h

index 803a5a00fb9172c6219b4d5f5f84e68e7d2cc5a0..5d87fd625d3b4c28de53723be8c0c92323eefb61 100644 (file)
@@ -1901,8 +1901,8 @@ ReferenceCell::face_to_cell_vertices(
           static constexpr ndarray<unsigned int, 3, 2> table = {
             {{{0, 1}}, {{1, 2}}, {{2, 0}}}};
 
-          return table[face][combined_face_orientation !=
-                                 reversed_combined_line_orientation() ?
+          return table[face][combined_face_orientation ==
+                                 default_combined_face_orientation() ?
                                vertex :
                                (1 - vertex)];
         }

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.