Salome HOME
Memory leak fix on DisjointDEC. union_comm was not freed properly.
[tools/medcoupling.git] / src / ParaMEDMEM / MPIProcessorGroup.hxx
index b070fabceaabdd8a60372ce9a722d035746cf6b7..7c39ed26dfdad4edf539f69afcd7a36b065db8fa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,7 @@ namespace ParaMEDMEM
   private:
     void updateMPISpecificAttributes();
   private:
-    const MPI_Comm _world_comm;
+    const MPI_Comm _world_comm;  // just an observer - current instance is not responsible for the management of this comm
     MPI_Group _group;
     MPI_Comm _comm;
   };