Salome HOME
updated copyright message
[tools/medcoupling.git] / src / ParaMEDMEM / DisjointDEC.hxx
index b925a1c3f7d0d85d965fc9f012489bf1a8397281..8e84c9980d6d3d39e7a0eff20136c81423225bbf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@
 
 namespace ICoCo
 {
-  class MEDField;
+  class MEDDoubleField;
 }
 
 namespace MEDCoupling
@@ -84,8 +84,8 @@ namespace MEDCoupling
     void setNature(NatureOfField nature);
     void attachLocalField( MEDCouplingFieldDouble *field);
     void attachLocalField(const ParaFIELD *field, bool ownPt=false);
-    void attachLocalField(const ICoCo::MEDField *field);
-
+    void attachLocalField(const ICoCo::MEDDoubleField *field);
+    
     virtual void prepareSourceDE() = 0;
     virtual void prepareTargetDE() = 0;
     virtual void recvData() = 0;