Salome HOME
SALOME Forum bug: sub-mesh removal leads to an Exception in a re-opened study.
authoreap <eap@opencascade.com>
Mon, 22 Jul 2013 14:40:00 +0000 (14:40 +0000)
committereap <eap@opencascade.com>
Mon, 22 Jul 2013 14:40:00 +0000 (14:40 +0000)
commit74d40c014d6d588a05f0e01da31653472273b135
tree626d856b6c0f6b2cff3a7709db43e8c51c48db6f
parent5b15666f9364b83cb0c6d9382bd14bc07f3a1092
SALOME Forum bug: sub-mesh removal leads to an Exception in a re-opened study.

Now UnRegister(), corresponding to the Register() called by AttributeIOR,
is invoked by an object publisher i.e. by SMESH_Gen_i::publish() but not by GUI
because GUI is unable to track publication of all objects created by the Engine:
for example groups can be created while mesh.Compute() is called.
src/SMESH_I/SMESH_Gen_i_1.cxx