]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/Tools/padder/resources/testdata/buildparticules.py
Salome HOME
Merge multi-study removal branch.
[modules/smesh.git] / src / Tools / padder / resources / testdata / buildparticules.py
index b8d40dc029947c23d454fe78d50e6d2ece022a68..d4ce4adaa70fd3e72497181cd885a4a7d92b9e5e 100755 (executable)
@@ -1,10 +1,10 @@
 #!/usr/bin/env python
-# Copyright (C) 2011-2013  EDF R&D
+# Copyright (C) 2011-2016  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,7 +22,7 @@ import salome
 salome.salome_init()
 import GEOM
 from salome.geom import geomBuilder
-geompy = geomBuilder.New(salome.myStudy)
+geompy = geomBuilder.New()
 
 filename="/home/gboulant/development/projets/salome/SPADDER/spadder/resources/padderexe/REF_spheres.dat.xyz"
 file=open(filename,'rb')