X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FOverlapDEC.cxx;h=75cbee3085ccb68d9d6859854bb5a43ec90407d1;hb=c41e6035d050073ea10040690daae247865b8b74;hp=ff6c7e2c018960cf339603e58722981669c8639d;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/OverlapDEC.cxx b/src/ParaMEDMEM/OverlapDEC.cxx index ff6c7e2c0..75cbee308 100644 --- a/src/ParaMEDMEM/OverlapDEC.cxx +++ b/src/ParaMEDMEM/OverlapDEC.cxx @@ -25,6 +25,7 @@ #include "MPIProcessorGroup.hxx" #include "OverlapElementLocator.hxx" #include "OverlapInterpolationMatrix.hxx" +#include "ICoCoMEDField.hxx" namespace MEDCoupling { @@ -348,6 +349,16 @@ namespace MEDCoupling attachTargetLocalField(tmpField,true); } + void OverlapDEC::attachSourceLocalField(ICoCo::MEDField *field) + { + attachSourceLocalField(field->getField()); + } + + void OverlapDEC::attachTargetLocalField(ICoCo::MEDField *field) + { + attachTargetLocalField(field->getField()); + } + bool OverlapDEC::isInGroup() const { if(!_group)