From: Anthony Geay Date: Fri, 30 Aug 2024 12:32:50 +0000 (+0200) Subject: [EDF30822] : Add missing operator to request on presence of iterative stats. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bbabde8b8aa140cc8a005be0e41727c0069e7c3d;p=tools%2Fmedcoupling.git [EDF30822] : Add missing operator to request on presence of iterative stats. --- diff --git a/src/PyWrapping/medcoupling.i b/src/PyWrapping/medcoupling.i index c8f20df05..283ce6d8e 100644 --- a/src/PyWrapping/medcoupling.i +++ b/src/PyWrapping/medcoupling.i @@ -138,6 +138,15 @@ return false; #endif } + + bool HasIterativeStatisticsExt() + { +#ifdef WITH_ITERATIVE_STATISTICS + return true; +#else + return false; +#endif + } bool HasShapeRecognitionExt() {