From: Dominik Still Date: Fri, 10 May 2024 12:56:55 +0000 (+0200) Subject: Fix Compiler warning in tria.cc X-Git-Tag: v9.6.0-rc1~292^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33499a3781c9e1be02674beb0fd51493d79f0c23;p=dealii.git Fix Compiler warning in tria.cc --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 57ac03ffea..7a0e2e0260 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -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)]], }};