X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FCommInterface.cxx;h=06b9aa1dc3be774df7addc2b369e297303effc92;hb=c41e6035d050073ea10040690daae247865b8b74;hp=54e06e6fc8269ba3a38187adaa82b05b53ea5ac5;hpb=766edba73b97ff6903eb9835fa94b4fe515acb39;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/CommInterface.cxx b/src/ParaMEDMEM/CommInterface.cxx index 54e06e6fc..06b9aa1dc 100644 --- a/src/ParaMEDMEM/CommInterface.cxx +++ b/src/ParaMEDMEM/CommInterface.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 @@ -19,7 +19,7 @@ #include "CommInterface.hxx" -namespace ParaMEDMEM +namespace MEDCoupling { /*! \anchor CommInterface-det \class CommInterface @@ -43,12 +43,12 @@ namespace ParaMEDMEM { //initialization MPI_Init(&argc, &argv); - ParaMEDMEM::CommInterface comm_interface; + MEDCoupling::CommInterface comm_interface; //setting up a processor group with proc 0 set procs; procs.insert(0); - ParaMEDMEM::ProcessorGroup group(procs, comm_interface); + MEDCoupling::ProcessorGroup group(procs, comm_interface); //cleanup MPI_Finalize();