X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FICoCoMEDField.hxx;h=c5dbdbb14cec0e11fc9875ee16888988a9fadd4a;hb=a843e859241baea9b4942877174422d2891206ef;hp=30a65005a7c5d57505cc93facf876458f9af94c9;hpb=ec0d2fa019c87f670675131f7ae89228664dc8d4;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ICoCoMEDField.hxx b/src/ParaMEDMEM/ICoCoMEDField.hxx index 30a65005a..c5dbdbb14 100644 --- a/src/ParaMEDMEM/ICoCoMEDField.hxx +++ b/src/ParaMEDMEM/ICoCoMEDField.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 @@ -33,6 +33,8 @@ namespace ICoCo public: MEDField():_field(0) { } MEDField(ParaMEDMEM::MEDCouplingFieldDouble* field); + MEDField(const MEDField& field); + MEDField& operator=(const MEDField& field); virtual ~MEDField(); ParaMEDMEM::MEDCouplingFieldDouble *getField() const { return _field; } const ParaMEDMEM::MEDCouplingMesh *getMesh() const { return _field->getMesh(); }