Salome HOME
Fix merge errors post 8.3.0
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCoupling.i
index 1342d2aacf442d6e1be96ddf32f475acdd1e1562..41eab4b45f6a09297a81440593f8aa43b7aeed75 100644 (file)
@@ -56,6 +56,12 @@ def MEDCouplingFieldDoubleIdiv(self,*args):
 def MEDCouplingFieldDoubleIpow(self,*args):
     import _MEDCoupling
     return _MEDCoupling.MEDCouplingFieldDouble____ipow___(self, self, *args)
+def MEDCouplingFieldIntnew(cls,*args):
+    import _MEDCoupling
+    return _MEDCoupling.MEDCouplingFieldInt____new___(cls,args)
+def MEDCouplingFieldFloatnew(cls,*args):
+    import _MEDCoupling
+    return _MEDCoupling.MEDCouplingFieldFloat____new___(cls,args)
 def MEDCouplingDataArrayIntnew(cls,*args):
     import _MEDCoupling
     return _MEDCoupling.DataArrayInt____new___(cls,args)