From: bangerth Date: Thu, 29 Sep 2011 21:02:02 +0000 (+0000) Subject: Use Utilities::MPI::this_mpi_process instead of Utilities::System::get_this_mpi_process. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7458a63da74b8427245ea646ceecb246077429fa;p=dealii-svn.git 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 --- 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)) {}