Salome HOME
MED33 porting
[tools/medcoupling.git] / src / ParaMEDMEM / OverlapDEC.hxx
index 2d63789b7da6e059f42ff458a905b02fb0abb50c..c510617f336b0107dbee8e08bcaaeacfbe054dbd 100644 (file)
@@ -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
 #include <mpi.h>
 #include <string>
 
-namespace ParaMEDMEM
+namespace ICoCo {
+  class MEDField;
+}
+
+namespace MEDCoupling
 {
   class OverlapInterpolationMatrix;
   class OverlapElementLocator;
@@ -47,6 +51,8 @@ namespace ParaMEDMEM
     void attachTargetLocalField(ParaFIELD *field, bool ownPt=false);
     void attachSourceLocalField(MEDCouplingFieldDouble *field);
     void attachTargetLocalField(MEDCouplingFieldDouble *field);
+    void attachSourceLocalField(ICoCo::MEDField *field);
+    void attachTargetLocalField(ICoCo::MEDField *field);
     ProcessorGroup *getGroup() { return _group; }
     bool isInGroup() const;