From ec4e37b3e99d5e8d1abc4e9a2433b62900676b58 Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 19 Jul 2012 09:50:08 +0000 Subject: [PATCH] Bug in swigging of DataArrayInt::isEqualIfNotWhy --- src/MEDCoupling_Swig/MEDCouplingCommon.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2