]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Introduced check functions in MEDFileUMesh:
authorabn <adrien.bruneton@cea.fr>
Fri, 29 Jan 2016 13:34:59 +0000 (14:34 +0100)
committerabn <adrien.bruneton@cea.fr>
Tue, 2 Feb 2016 14:53:57 +0000 (15:53 +0100)
commit4a48b0d58e0109c5036229d67c4d717e11b73915
tree1e371032cfae56e7b4be03c5ae2e02ff548e82a9
parentf58eb6e20877699769b497c632f1cf905236e32f
Introduced check functions in MEDFileUMesh:

   + checkCoherency(),
   + checkSMESHCoherency()
   + and clearNodeAndCellNumbers()

Also added hasUniqueValues() in DataArrayInt
src/MEDCoupling/MEDCouplingMemArray.cxx
src/MEDCoupling/MEDCouplingMemArray.hxx
src/MEDCoupling_Swig/MEDCouplingBasicsTest2.py
src/MEDCoupling_Swig/MEDCouplingMemArray.i
src/MEDLoader/MEDFileMesh.cxx
src/MEDLoader/MEDFileMesh.hxx
src/MEDLoader/MEDFileMeshLL.cxx
src/MEDLoader/MEDFileMeshLL.hxx
src/MEDLoader/Swig/MEDLoaderCommon.i
src/MEDLoader/Swig/MEDLoaderTest3.py