]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Small correction
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 28 Jun 2017 07:59:56 +0000 (09:59 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 28 Jun 2017 07:59:56 +0000 (09:59 +0200)
src/MEDLoader/Swig/MEDLoaderSplitter.py

index dafdcd09ab8e1a7f4694185f0b273be904a107dd..99afdd3f4e0e41e19443e8772002b3b0b6c1e2e3 100644 (file)
@@ -26,7 +26,7 @@ class MEDLoaderSplitter:
     @classmethod
     def New(cls,mfd,idsLst):
         """ mfd is a MEDFileData instance containing only one mesh. idsLst is a list of DataArrayInt containing each the ids per processor """
-        return MEDLoaderSplitter(fileName)
+        return MEDLoaderSplitter(mfd,idsLst)
         pass
 
     def __init__(self,mfd,idsLst):