mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-24 00:52:03 +05:00
Remove this from StudyContextStruct at destructor
This commit is contained in:
parent
2974c0b8ab
commit
cc048fe72d
@ -63,6 +63,8 @@ SMESH_Hypothesis::SMESH_Hypothesis(int hypId,
|
|||||||
SMESH_Hypothesis::~SMESH_Hypothesis()
|
SMESH_Hypothesis::~SMESH_Hypothesis()
|
||||||
{
|
{
|
||||||
MESSAGE("SMESH_Hypothesis::~SMESH_Hypothesis");
|
MESSAGE("SMESH_Hypothesis::~SMESH_Hypothesis");
|
||||||
|
StudyContextStruct* myStudyContext = _gen->GetStudyContext(_studyId);
|
||||||
|
myStudyContext->mapHypothesis[_hypId] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user