Salome HOME
Make DataArrayByte.__new__ available
[modules/med.git] / src / MEDCalculator / Swig / MEDCalculator.i
index 2ed3d30b6ec0780843c978d0650145cc2fdf9742..e6445f3e1e22145e8d59bad2daac9466aa29b87d 100644 (file)
@@ -363,6 +363,9 @@ def MEDCouplingFieldDoubleIdiv(self,*args):
 def MEDCouplingFieldDoubleIpow(self,*args):
     import _MEDCalculator
     return _MEDCalculator.MEDCouplingFieldDouble____ipow___(self, self, *args)
+def MEDCouplingDataArrayBytenew(cls,*args):
+    import _MEDCalculator
+    return _MEDCalculator.DataArrayByte____new___(cls,args)
 def MEDCouplingDataArrayIntnew(cls,*args):
     import _MEDCalculator
     return _MEDCalculator.DataArrayInt____new___(cls,args)