X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FMPIProcessorGroup.hxx;h=7c39ed26dfdad4edf539f69afcd7a36b065db8fa;hb=1f524fd9bdec402d829cbaf369fb194f90c8af20;hp=4d99216544bc383e41cb670bdc5ee644971f6599;hpb=f1a947b32a36d8dc8e3079b25305bb50e8cb59a0;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/MPIProcessorGroup.hxx b/src/ParaMEDMEM/MPIProcessorGroup.hxx index 4d9921654..7c39ed26d 100644 --- a/src/ParaMEDMEM/MPIProcessorGroup.hxx +++ b/src/ParaMEDMEM/MPIProcessorGroup.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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; };