X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDLoader%2FParaMEDLoader.hxx;h=0b2c7b16fe8d8837fa705e77498620e269852d80;hb=a988fcb09671c95bafbcba8cdcacf29e04ef5841;hp=aedacc93d2dcef19dbcc6f58b7e80e09dd3e64dc;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDLoader/ParaMEDLoader.hxx b/src/ParaMEDLoader/ParaMEDLoader.hxx index aedacc93d..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 @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +// Author : Anthony Geay (CEA/DEN) #ifndef __PARAMEDLOADER_HXX__ #define __PARAMEDLOADER_HXX__ @@ -23,7 +24,7 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class ParaMESH; class ParaFIELD; @@ -32,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();