]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
ICoCo - put things in the right order: abn/icoco
authorabn <adrien.bruneton@cea.fr>
Thu, 22 Aug 2019 10:06:25 +0000 (12:06 +0200)
committerabn <adrien.bruneton@cea.fr>
Fri, 23 Aug 2019 08:21:49 +0000 (10:21 +0200)
commit94ac7fee4ae7f4572c409eadb41e47e357a26d3a
treec9caa8ef73f6d03772f248e0f34923cf7e13644d
parente8f7d17cb449e8cc5284edde5510e86696671c57
ICoCo - put things in the right order:

+ .h files are the official definitions of the interface
+ .hxx files are now also part of the official definition, and forward to the .h
+ rename getField() into getMCField() into MEDField class for clarity
13 files changed:
src/ICoCo/ICoCoField.cpp [new file with mode: 0644]
src/ICoCo/ICoCoField.cxx [deleted file]
src/ICoCo/ICoCoField.h [new file with mode: 0644]
src/ICoCo/ICoCoField.hxx
src/ICoCo/ICoCoMEDField.cxx
src/ICoCo/ICoCoMEDField.h [new file with mode: 0644]
src/ICoCo/ICoCoMEDField.hxx
src/ICoCo/Readme.txt
src/ICoCo/Swig/ICoCoMEDField.i
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling_Swig/ICoCoMEDFieldTest.py
src/ParaMEDMEM/DisjointDEC.cxx
src/ParaMEDMEM/OverlapDEC.cxx