From 14c5a56a39e1d5bc8cf8ea6fc2ddb8263d9b27d7 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 2 Nov 2005 12:16:11 +0000 Subject: [PATCH] Merge changes of branch_renumbering to main branch. git-svn-id: https://svn.dealii.org/trunk@11685 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/mesh_3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bits/mesh_3d.h b/tests/bits/mesh_3d.h index 4aa1df4f57..7fd097686b 100644 --- a/tests/bits/mesh_3d.h +++ b/tests/bits/mesh_3d.h @@ -57,7 +57,7 @@ void create_two_cubes (Triangulation<3> &coarse_grid) // finally generate a triangulation // out of this GridReordering<3>::reorder_cells (cells); - coarse_grid.create_triangulation (vertices, cells, SubCellData()); + coarse_grid.create_triangulation_compatibility (vertices, cells, SubCellData()); } @@ -113,7 +113,7 @@ void create_L_shape (Triangulation<3> &coarse_grid) // finally generate a triangulation // out of this GridReordering<3>::reorder_cells (cells); - coarse_grid.create_triangulation (vertices, cells, SubCellData()); + coarse_grid.create_triangulation_compatibility (vertices, cells, SubCellData()); } -- 2.39.5