]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Splitting implementation of UMesh to isolate intersection and
authorabn <adrien.bruneton@cea.fr>
Fri, 17 Feb 2017 10:36:42 +0000 (11:36 +0100)
committerabn <adrien.bruneton@cea.fr>
Fri, 17 Feb 2017 10:42:24 +0000 (11:42 +0100)
commit160307f4c46782006c82bd0e604ae26c499c2041
tree1af4df4e8717f9aa9e64621988a275677810abdc
parent6b4ac6e14aa5528410049de1c9b15219b849d1ff
Splitting implementation of UMesh to isolate intersection and
internal stuff.

MEDCouplingUMesh.cxx down to 8k LOC :-)
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling/MEDCouplingUMesh.cxx
src/MEDCoupling/MEDCouplingUMesh.hxx
src/MEDCoupling/MEDCouplingUMesh_internal.cxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingUMesh_internal.hxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingUMesh_intersection.cxx [new file with mode: 0644]