Salome HOME
Copyright update 2021
[tools/medcoupling.git] / src / ParaMEDLoader / ParaMEDLoader.hxx
index 6a49a470d377824f0ade101c23ebe3f21085d4f6..2274134c71431a3eaa0e9aed3b8b7ce0b5b48f03 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  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();