X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDLoader%2FParaMEDLoader.hxx;h=0b2c7b16fe8d8837fa705e77498620e269852d80;hb=a988fcb09671c95bafbcba8cdcacf29e04ef5841;hp=6a49a470d377824f0ade101c23ebe3f21085d4f6;hpb=586a7f0f6d8d1592a9547b15d1caac905cb1b053;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDLoader/ParaMEDLoader.hxx b/src/ParaMEDLoader/ParaMEDLoader.hxx index 6a49a470d..0b2c7b16f 100644 --- a/src/ParaMEDLoader/ParaMEDLoader.hxx +++ b/src/ParaMEDLoader/ParaMEDLoader.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -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();