Salome HOME
Attempt of Management of profiles in spliter
[tools/medcoupling.git] / src / ParaMEDLoader / ParaMEDLoader.hxx
index 6a49a470d377824f0ade101c23ebe3f21085d4f6..51c7543360e0f6cb7cf297dca47a8a7f698d400c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  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
@@ -24,7 +24,7 @@
 #include <string>
 #include <vector>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class ParaMESH;
   class ParaFIELD;
@@ -33,7 +33,7 @@ namespace ParaMEDMEM
 class ParaMEDLoader
 {
 public:
-  static void WriteParaMesh(const char *fileName, ParaMEDMEM::ParaMESH *mesh);
+  static void WriteParaMesh(const char *fileName, MEDCoupling::ParaMESH *mesh);
   static void WriteMasterFile(const char *fileName, const std::vector<std::string>& fileNames, const char *meshName);
 private:
   ParaMEDLoader();