Salome HOME
Correction of bug concerning UNIV info status.
[tools/medcoupling.git] / src / ParaMEDMEM / ICoCoMEDField.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 30a6500..c5dbdbb
@@ -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(); }