From 10113d61ec272350af5192222c1fabfc8aad3dc8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 6 Sep 2009 01:19:13 +0000 Subject: [PATCH] Add to documentation. git-svn-id: https://svn.dealii.org/trunk@19396 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/utilities.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.5