Skip to content

Commit

Permalink
Merge pull request #15656 from tamiko/fix_tests_2
Browse files Browse the repository at this point in the history
Tests: grid/mesh_3d.h: add forgotten GridTests::reorder* call
  • Loading branch information
tamiko committed Jul 5, 2023
2 parents aaf1aad + 37d20bc commit 66236bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/grid/mesh_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit 66236bd

Please sign in to comment.