From: Timo Heister Date: Mon, 5 Oct 2015 12:41:57 +0000 (-0400) Subject: fix tests/mpi/tria_ghost_owners X-Git-Tag: v8.4.0-rc2~340^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bfd8885d9cc755fe4da578ccfb74401be27380;p=dealii.git fix tests/mpi/tria_ghost_owners --- diff --git a/tests/mpi/tria_ghost_owners_01.cc b/tests/mpi/tria_ghost_owners_01.cc index c75ba10df5..73464c24fe 100644 --- a/tests/mpi/tria_ghost_owners_01.cc +++ b/tests/mpi/tria_ghost_owners_01.cc @@ -103,7 +103,7 @@ void test() bool is_subset = std::includes(level_ghost_owners.begin(), level_ghost_owners.end(), ghost_owners.begin(), ghost_owners.end()); Assert(is_subset, ExcInternalError()); - Vector indicators (tr.dealii::Triangulation::n_active_cells()); + Vector indicators (tr.n_active_cells()); std::set neighbors; { for (typename Triangulation::active_cell_iterator diff --git a/tests/mpi/tria_ghost_owners_02.cc b/tests/mpi/tria_ghost_owners_02.cc index 1a854984de..23d0fa438c 100644 --- a/tests/mpi/tria_ghost_owners_02.cc +++ b/tests/mpi/tria_ghost_owners_02.cc @@ -96,7 +96,7 @@ void test() bool is_subset = std::includes(level_ghost_owners.begin(), level_ghost_owners.end(), ghost_owners.begin(), ghost_owners.end()); Assert(is_subset, ExcInternalError()); - Vector indicators (tr.dealii::Triangulation::n_active_cells()); + Vector indicators (tr.n_active_cells()); std::set neighbors; { for (typename Triangulation::active_cell_iterator