]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix test mpi/parallel_vector_16 9921/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 18 Apr 2020 09:39:47 +0000 (11:39 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 18 Apr 2020 09:39:47 +0000 (11:39 +0200)
tests/mpi/parallel_vector_16.cc

index d0b30525868054cfa0ff490c6a018d8f572eae27..639b51091fc0f93547914904970389e89899fcb8 100644 (file)
@@ -56,8 +56,9 @@ test()
                                                local_relevant,
                                                MPI_COMM_WORLD);
 
-  deallog << "Local range of proc 0: " << v.local_range().first << " "
-          << v.local_range().second << std::endl;
+  deallog << "Local range of proc 0: "
+          << v.get_partitioner()->local_range().first << " "
+          << v.get_partitioner()->local_range().second << std::endl;
 
   // set local values
   for (types::global_dof_index i = min_index + myid * local_size;

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.