From: geay Date: Thu, 12 Jun 2014 13:26:13 +0000 (+0200) Subject: Waiting for Gauthier feedback (2). X-Git-Tag: V7_5_0a1~2^2~32^2~3^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fagy%2Fparamedmem_without_trioufield_h;p=tools%2Fmedcoupling.git Waiting for Gauthier feedback (2). --- diff --git a/src/ParaMEDMEM/DisjointDEC.cxx b/src/ParaMEDMEM/DisjointDEC.cxx index 1b1c2f360..df83ad736 100644 --- a/src/ParaMEDMEM/DisjointDEC.cxx +++ b/src/ParaMEDMEM/DisjointDEC.cxx @@ -42,8 +42,7 @@ * On top of attaching a \c ParaMEDMEM::FIELD, it is possible to * attach a ICoCo::Field. This class is an abstract class that enables * coupling of codes that respect the ICoCo interface \ref icoco. It has two implementations: - * one for codes that express their fields as \ref medoupling fields (ICoCo::MEDField) and one - * for codes that express their fields as Trio/U fields. + * one for codes that express their fields as \ref medoupling fields (ICoCo::MEDField). * * \section dec_options DEC Options * Options supported by \c DEC objects are @@ -254,7 +253,6 @@ namespace ParaMEDMEM Reversely, if the processor is on the sending end, the field will be read, possibly transformed, and sent appropriately to the other side. The field type is a generic ICoCo Field, so that the DEC can couple a number of different fields : - a ICoCo::MEDField, that is created from a MEDCoupling structure - - a ICOCo::TrioField, that is created from tables extracted from a TRIO-U structure. */ void DisjointDEC::attachLocalField(const ICoCo::MEDField *field) diff --git a/src/ParaMEDMEM/ICoCoMEDField.hxx b/src/ParaMEDMEM/ICoCoMEDField.hxx index 95b873a53..30a65005a 100644 --- a/src/ParaMEDMEM/ICoCoMEDField.hxx +++ b/src/ParaMEDMEM/ICoCoMEDField.hxx @@ -28,8 +28,6 @@ namespace ICoCo { - class TrioField; - class MEDField : public ICoCo::Field { public: