Salome HOME
MED33 porting
[tools/medcoupling.git] / src / ParaMEDMEM / MPIProcessorGroup.cxx
index 0114877b42f3c51017e3ad05eedb549d20562b7e..6e13d8502ff3222be94fdc90ac112182c0ba4bcf 100644 (file)
@@ -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
     
   }
 
-  MPIProcessorGroup *MPIProcessorGroup::deepCpy() const
+  MPIProcessorGroup *MPIProcessorGroup::deepCopy() const
   {
     return new MPIProcessorGroup(*this);
   }