]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use MPI_Comm_dup instead of MPI_Comm_Dup
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 14 May 2009 08:27:25 +0000 (08:27 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 14 May 2009 08:27:25 +0000 (08:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@18843 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/utilities.cc

index 4b20cb5dd8079a067d9e4d3281ffc589887ed1e8..e7fd9fdf5b13ea9e33baa90488999d357052ccdb 100644 (file)
@@ -490,7 +490,7 @@ namespace Utilities
     MPI_Comm duplicate_communicator (const MPI_Comm &mpi_communicator)
     {
       MPI_Comm new_communicator;
-      MPI_Comm_Dup (mpi_communicator, &new_communicator);
+      MPI_Comm_dup (mpi_communicator, &new_communicator);
       return new_communicator;
     }
     

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.