Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / src / Tools / MacMesh / MacMesh / CutnGroup.py
index 146cc8dd4324694ac3a001e4c874bd344559b79a..c8f6c8b84f45c0e80351533784540f3ee09dba33 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2016  EDF R&D
+# Copyright (C) 2014-2022  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
@@ -24,7 +24,7 @@
 import math, Config
 
 from salome.geom import geomBuilder
-geompy = geomBuilder.New( Config.theStudy )
+geompy = geomBuilder.New()
 
 def Go(GeoObj, CutPlnLst, OutLvlLst, PrefixLst, Publish):