mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
Restoring comment of unregister to investigate
This commit is contained in:
parent
c8f2626526
commit
f2b0294388
@ -1657,7 +1657,7 @@ class Mesh(metaclass = MeshMeta):
|
|||||||
Destructor. Clean-up resources
|
Destructor. Clean-up resources
|
||||||
"""
|
"""
|
||||||
if self.mesh:
|
if self.mesh:
|
||||||
self.mesh.UnRegister()
|
#self.mesh.UnRegister()
|
||||||
pass
|
pass
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user