X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDLoader%2FParaMEDLoader.hxx;h=2274134c71431a3eaa0e9aed3b8b7ce0b5b48f03;hb=b307fa3ee9c6d9e08082e2ccc832b28a17fd6d2c;hp=eb63ec5270f48f398420f84face9f8a3ee4423aa;hpb=f1a947b32a36d8dc8e3079b25305bb50e8cb59a0;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDLoader/ParaMEDLoader.hxx b/src/ParaMEDLoader/ParaMEDLoader.hxx index eb63ec527..2274134c7 100644 --- a/src/ParaMEDLoader/ParaMEDLoader.hxx +++ b/src/ParaMEDLoader/ParaMEDLoader.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -24,7 +24,7 @@ #include #include -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& fileNames, const char *meshName); private: ParaMEDLoader();