X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDLoader%2FParaMEDLoader.hxx;h=0b2c7b16fe8d8837fa705e77498620e269852d80;hb=19a5d11f2c31745a83bd6993357263641c0babe5;hp=a36e45f42ab18e22426dc9fb979ba6092b136a0d;hpb=293a6104470482e450701aa8061d9b244f2057d5;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDLoader/ParaMEDLoader.hxx b/src/ParaMEDLoader/ParaMEDLoader.hxx index a36e45f42..0b2c7b16f 100644 --- a/src/ParaMEDLoader/ParaMEDLoader.hxx +++ b/src/ParaMEDLoader/ParaMEDLoader.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 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 // 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();