Remove this from StudyContextStruct at destructor

This commit is contained in:
eap 2012-09-24 11:19:01 +00:00
parent 2974c0b8ab
commit cc048fe72d

View File

@ -63,6 +63,8 @@ SMESH_Hypothesis::SMESH_Hypothesis(int hypId,
SMESH_Hypothesis::~SMESH_Hypothesis()
{
MESSAGE("SMESH_Hypothesis::~SMESH_Hypothesis");
StudyContextStruct* myStudyContext = _gen->GetStudyContext(_studyId);
myStudyContext->mapHypothesis[_hypId] = 0;
}
//=============================================================================