]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Bug in swigging of DataArrayInt::isEqualIfNotWhy
authorageay <ageay>
Thu, 19 Jul 2012 09:50:08 +0000 (09:50 +0000)
committerageay <ageay>
Thu, 19 Jul 2012 09:50:08 +0000 (09:50 +0000)
src/MEDCoupling_Swig/MEDCouplingCommon.i

index 6d08f9d067a93799f8bb37ce9c56d8e072a1c205..dc0d3e7ee464868fed79bd9e5cdccfb7624049ac 100644 (file)
@@ -4411,7 +4411,7 @@ namespace ParaMEDMEM
      return convertIntArrToPyList(vals,self->getNbOfElems());
    }
 
-   PyObject *isEqualIfNotWhy(const DataArrayInt& other, double prec) const throw(INTERP_KERNEL::Exception)
+   PyObject *isEqualIfNotWhy(const DataArrayInt& other) const throw(INTERP_KERNEL::Exception)
    {
      std::string ret1;
      bool ret0=self->isEqualIfNotWhy(other,ret1);