]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix step-43 425/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 12 Jan 2015 19:28:18 +0000 (14:28 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 12 Jan 2015 20:02:38 +0000 (15:02 -0500)
MPI_InitFinalize now needs 3 args.

examples/step-43/step-43.cc

index cb9799ae0257b0a312763c79c436724f3600ad87..885b44648f497dbf8efe306b71f482cb66361e9e 100644 (file)
@@ -2252,7 +2252,8 @@ int main (int argc, char *argv[])
 
       deallog.depth_console (0);
 
-      Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv);
+      Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv,
+                                                           numbers::invalid_unsigned_int);
 
       TwoPhaseFlowProblem<2> two_phase_flow_problem(1);
       two_phase_flow_problem.run ();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.