X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FMPIProcessorGroup.cxx;h=6e13d8502ff3222be94fdc90ac112182c0ba4bcf;hb=c41e6035d050073ea10040690daae247865b8b74;hp=3bf01b69d864b6197cbc5a2c003be28bee1e1403;hpb=c9020954af7fe85dd75b34e5ea7951b0f1f4cb25;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/MPIProcessorGroup.cxx b/src/ParaMEDMEM/MPIProcessorGroup.cxx index 3bf01b69d..6e13d8502 100644 --- a/src/ParaMEDMEM/MPIProcessorGroup.cxx +++ b/src/ParaMEDMEM/MPIProcessorGroup.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -30,7 +30,7 @@ using namespace std; -namespace ParaMEDMEM +namespace MEDCoupling { /*! \anchor MPIProcessorGroup-det @@ -218,7 +218,7 @@ namespace ParaMEDMEM } - ProcessorGroup *MPIProcessorGroup::deepCpy() const + MPIProcessorGroup *MPIProcessorGroup::deepCopy() const { return new MPIProcessorGroup(*this); }