From: bangerth Date: Sun, 6 Sep 2009 01:20:38 +0000 (+0000) Subject: Add to documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e17089650b44b55cb0405061a912c766bded40;p=dealii-svn.git Add to documentation. git-svn-id: https://svn.dealii.org/trunk@19397 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/utilities.h b/deal.II/base/include/base/utilities.h index e6b2234e53..e97cad96e1 100644 --- a/deal.II/base/include/base/utilities.h +++ b/deal.II/base/include/base/utilities.h @@ -278,6 +278,11 @@ namespace Utilities * communicators over which they can * interact without interfering with each * other. + * + * When no longer needed, the + * communicator created here needs to + * be destroyed using + * MPI_Comm_free. */ MPI_Comm duplicate_communicator (const MPI_Comm &mpi_communicator);