From: ageay Date: Thu, 19 Jul 2012 09:50:08 +0000 (+0000) Subject: Bug in swigging of DataArrayInt::isEqualIfNotWhy X-Git-Tag: V6_main_FINAL~576 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec4e37b3e99d5e8d1abc4e9a2433b62900676b58;p=tools%2Fmedcoupling.git Bug in swigging of DataArrayInt::isEqualIfNotWhy --- diff --git a/src/MEDCoupling_Swig/MEDCouplingCommon.i b/src/MEDCoupling_Swig/MEDCouplingCommon.i index 6d08f9d06..dc0d3e7ee 100644 --- a/src/MEDCoupling_Swig/MEDCouplingCommon.i +++ b/src/MEDCoupling_Swig/MEDCouplingCommon.i @@ -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);