mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 21:30:35 +05:00
[PY3] more Swig fix
This commit is contained in:
parent
7035ab0ca5
commit
46e0db85bf
@ -13765,8 +13765,8 @@ omniORB.registerObjref(GEOM._objref_GEOM_Gen._NP_RepositoryId, geomBuilder)
|
||||
# @ingroup l2_field
|
||||
class geomField( GEOM._objref_GEOM_Field ):
|
||||
|
||||
def __init__(self):
|
||||
GEOM._objref_GEOM_Field.__init__(self)
|
||||
def __init__(self, *args):
|
||||
GEOM._objref_GEOM_Field.__init__(self, *args)
|
||||
self.field = GEOM._objref_GEOM_Field
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user