]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix Compiler warning in tria.cc 16998/head
authorDominik Still <dominik.still@tum.de>
Fri, 10 May 2024 12:56:55 +0000 (14:56 +0200)
committerDominik Still <dominik.still@tum.de>
Fri, 10 May 2024 12:56:55 +0000 (14:56 +0200)
source/grid/tria.cc

index 57ac03ffea4dc7b040e115420eb67f19dc392765..7a0e2e02609c7abc6456fc5586f45264a8343994 100644 (file)
@@ -7052,15 +7052,15 @@ namespace internal
                                   {
                                     vertex_indices
                                       [new_hex_vertices
-                                         [hex->reference_cell()
+                                         [ReferenceCells::Tetrahedron
                                             .face_to_cell_vertices(f, 0, 1)]],
                                     vertex_indices
                                       [new_hex_vertices
-                                         [hex->reference_cell()
+                                         [ReferenceCells::Tetrahedron
                                             .face_to_cell_vertices(f, 1, 1)]],
                                     vertex_indices
                                       [new_hex_vertices
-                                         [hex->reference_cell()
+                                         [ReferenceCells::Tetrahedron
                                             .face_to_cell_vertices(f, 2, 1)]],
                                   }};
 

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.