From: Wolfgang 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-Tag: v8.0.0~3339 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79d0f37b7b838c0ba3ae31666eb637447008218;p=dealii.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)) {}