]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
pow on DataArrayDouble
authorageay <ageay>
Tue, 26 Mar 2013 10:12:00 +0000 (10:12 +0000)
committerageay <ageay>
Tue, 26 Mar 2013 10:12:00 +0000 (10:12 +0000)
src/MEDLoader/Swig/MEDLoader.i

index 1f4b743e01d168fb499458f543c55c1f38f15f40..ab2d37e5a1c5bd14045c5af61c9a61a6b9ae8747 100644 (file)
@@ -33,6 +33,9 @@ def ParaMEDMEMDataArrayDoubleImul(self,*args):
 def ParaMEDMEMDataArrayDoubleIdiv(self,*args):
     import _MEDLoader
     return _MEDLoader.DataArrayDouble____idiv___(self, self, *args)
+def ParaMEDMEMDataArrayDoubleIpow(self,*args):
+    import _MEDLoader
+    return _MEDLoader.DataArrayDouble____ipow___(self, self, *args)
 def ParaMEDMEMMEDCouplingFieldDoubleIadd(self,*args):
     import _MEDLoader
     return _MEDLoader.MEDCouplingFieldDouble____iadd___(self, self, *args)
@@ -60,6 +63,9 @@ def ParaMEDMEMDataArrayIntIdiv(self,*args):
 def ParaMEDMEMDataArrayIntImod(self,*args):
     import _MEDLoader
     return _MEDLoader.DataArrayInt____imod___(self, self, *args)
+def ParaMEDMEMDataArrayIntIpow(self,*args):
+    import _MEDLoader
+    return _MEDLoader.DataArrayInt____ipow___(self, self, *args)
 def ParaMEDMEMDataArrayDoubleTupleIadd(self,*args):
     import _MEDLoader
     return _MEDLoader.DataArrayDoubleTuple____iadd___(self, self, *args)