From 7458a63da74b8427245ea646ceecb246077429fa Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 29 Sep 2011 21:02:02 +0000 Subject: [PATCH] Use Utilities::MPI::this_mpi_process instead of Utilities::System::get_this_mpi_process. git-svn-id: https://svn.dealii.org/trunk@24476 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/step-40.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index 337f159c7b..dbfef4404e 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -233,8 +233,7 @@ namespace Step40 dof_handler (triangulation), fe (2), pcout (std::cout, - (Utilities::System:: - get_this_mpi_process(mpi_communicator) + (Utilities::MPI::this_mpi_process(mpi_communicator) == 0)) {} -- 2.39.5