From: heister Date: Thu, 6 Jun 2013 19:09:27 +0000 (+0000) Subject: also allow multithreading for step 33 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6f4ce71725f9b8c8eaf4f9ea7634e1d08b4863;p=dealii-svn.git also allow multithreading for step 33 git-svn-id: https://svn.dealii.org/trunk@29782 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index 16967816da..c9450df829 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -2481,7 +2481,7 @@ int main (int argc, char *argv[]) std::exit(1); } - Utilities::System::MPI_InitFinalize mpi_initialization (argc, argv); + Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, dealii::numbers::invalid_unsigned_int); ConservationLaw<2> cons (argv[1]); cons.run ();