]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
[EDF30822] : Add missing operator to request on presence of iterative stats.
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 30 Aug 2024 12:32:50 +0000 (14:32 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 30 Aug 2024 12:32:50 +0000 (14:32 +0200)
src/PyWrapping/medcoupling.i

index c8f20df05c324f228fa9e007c133d960ea194b0d..283ce6d8ebca7af4130f17ac0d36f27e1f828f05 100644 (file)
     return false;
 #endif
   }
+  
+  bool HasIterativeStatisticsExt()
+  {
+#ifdef WITH_ITERATIVE_STATISTICS
+    return true;
+#else
+    return false;
+#endif
+  }
 
   bool HasShapeRecognitionExt()
   {