From: Wolfgang Bangerth Date: Sun, 6 Sep 2009 01:19:13 +0000 (+0000) Subject: Add to documentation. X-Git-Tag: v8.0.0~7177 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10113d61ec272350af5192222c1fabfc8aad3dc8;p=dealii.git Add to documentation. git-svn-id: https://svn.dealii.org/trunk@19396 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/utilities.h b/deal.II/base/include/base/utilities.h index 580ec0d053..e6b2234e53 100644 --- a/deal.II/base/include/base/utilities.h +++ b/deal.II/base/include/base/utilities.h @@ -414,7 +414,9 @@ namespace Utilities * object of a class derived from * Epetra_Comm. The caller of this * function needs to assume ownership of - * this function. + * this function. The returned object + * should be destroyed using the + * destroy_communicator() function. * * This facility is used to separate * streams of communication. For example,