From 37d20bc40d216c7b9aaaf56c96451426b94dae5b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 4 Jul 2023 21:25:26 -0500 Subject: [PATCH] Tests: grid/mesh_3d.h: add forgotten GridTests::reorder* call --- tests/grid/mesh_3d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/grid/mesh_3d.h b/tests/grid/mesh_3d.h index d6db1a00a3..82895fba1c 100644 --- a/tests/grid/mesh_3d.h +++ b/tests/grid/mesh_3d.h @@ -108,6 +108,7 @@ create_two_cubes_rotation(Triangulation<3> & coarse_grid, } // finally generate a triangulation // out of this + TestGrids::reorder_old_to_new_style(cells); coarse_grid.create_triangulation(vertices, cells, SubCellData()); } -- 2.39.5