]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix tests/mpi/tria_ghost_owners
authorTimo Heister <timo.heister@gmail.com>
Mon, 5 Oct 2015 12:41:57 +0000 (08:41 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 5 Oct 2015 12:41:57 +0000 (08:41 -0400)
tests/mpi/tria_ghost_owners_01.cc
tests/mpi/tria_ghost_owners_02.cc

index c75ba10df5fa820f1187c098bd69ff044b2d769e..73464c24fea8e2c85b2ed1fd34e5bb86166e79b3 100644 (file)
@@ -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<float> indicators (tr.dealii::Triangulation<dim>::n_active_cells());
+      Vector<float> indicators (tr.n_active_cells());
       std::set<unsigned int> neighbors;
       {
         for (typename Triangulation<dim>::active_cell_iterator
index 1a854984deba3949b02382fc8392465709aec66b..23d0fa438cac4e509dafd016de87e27777c77c0e 100644 (file)
@@ -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<float> indicators (tr.dealii::Triangulation<dim>::n_active_cells());
+      Vector<float> indicators (tr.n_active_cells());
       std::set<unsigned int> neighbors;
       {
         for (typename Triangulation<dim>::active_cell_iterator

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.