From 8e6f4ce71725f9b8c8eaf4f9ea7634e1d08b4863 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 6 Jun 2013 19:09:27 +0000 Subject: [PATCH] also allow multithreading for step 33 git-svn-id: https://svn.dealii.org/trunk@29782 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/step-33.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.5