X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FParaFIELD.hxx;h=fa5f8bca8d9e21529c8ad0f3f404fcc6051c83eb;hb=7e632de173a3f7701ed288471c5de2bc0f55dbc3;hp=fe0a6f9d7e0656c4cc5916dbc13fb9d31b2e00c1;hpb=766edba73b97ff6903eb9835fa94b4fe515acb39;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaFIELD.hxx b/src/ParaMEDMEM/ParaFIELD.hxx index fe0a6f9d7..fa5f8bca8 100644 --- a/src/ParaMEDMEM/ParaFIELD.hxx +++ b/src/ParaMEDMEM/ParaFIELD.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 @@ -23,7 +23,7 @@ #include "MEDCouplingRefCountObject.hxx" #include "ComponentTopology.hxx" -namespace ParaMEDMEM +namespace MEDCoupling { class DataArrayInt; class ParaMESH; @@ -39,8 +39,8 @@ namespace ParaMEDMEM ParaFIELD(MEDCouplingFieldDouble* field, ParaMESH *sup, const ProcessorGroup& group); virtual ~ParaFIELD(); - void synchronizeTarget( ParaMEDMEM::ParaFIELD* source_field); - void synchronizeSource( ParaMEDMEM::ParaFIELD* target_field); + void synchronizeTarget( MEDCoupling::ParaFIELD* source_field); + void synchronizeSource( MEDCoupling::ParaFIELD* target_field); MEDCouplingFieldDouble* getField() const { return _field; } void setOwnSupport(bool v) const { _own_support=v; } DataArrayInt* returnCumulativeGlobalNumbering() const; @@ -53,7 +53,7 @@ namespace ParaMEDMEM private: MEDCouplingFieldDouble* _field; - ParaMEDMEM::ComponentTopology _component_topology; + MEDCoupling::ComponentTopology _component_topology; Topology* _topology; mutable bool _own_support; ParaMESH* _support;