X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling_Swig%2FMEDCoupling.i;h=41eab4b45f6a09297a81440593f8aa43b7aeed75;hb=5dcce0b37dfa04dac8c55b9016728be8f606ac4a;hp=1342d2aacf442d6e1be96ddf32f475acdd1e1562;hpb=c5215e4b2e51b32334451e59784347769a9b8251;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling_Swig/MEDCoupling.i b/src/MEDCoupling_Swig/MEDCoupling.i index 1342d2aac..41eab4b45 100644 --- a/src/MEDCoupling_Swig/MEDCoupling.i +++ b/src/MEDCoupling_Swig/MEDCoupling.i @@ -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)