Salome HOME
Urgent debug.
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingMemArray.i
index 29d4aa914ae30d239b3da7393974c4bd469eb53d..3e4010867a2cb4537847020b86776a334c68ed88 100644 (file)
@@ -2612,6 +2612,7 @@ namespace ParaMEDMEM
     DataArrayInt *checkAndPreparePermutation() const throw(INTERP_KERNEL::Exception);
     DataArrayInt *buildPermArrPerLevel() const throw(INTERP_KERNEL::Exception);
     bool isIdentity() const throw(INTERP_KERNEL::Exception);
+    bool isIdentity2(int sizeExpected) const throw(INTERP_KERNEL::Exception);
     bool isUniform(int val) const throw(INTERP_KERNEL::Exception);
     DataArrayInt *substr(int tupleIdBg, int tupleIdEnd=-1) const throw(INTERP_KERNEL::Exception);
     void transpose() throw(INTERP_KERNEL::Exception);