Salome HOME
In existingHyps(), protection for hypotheses w/o any gui
authoreap <eap@opencascade.com>
Wed, 10 Nov 2010 15:19:59 +0000 (15:19 +0000)
committereap <eap@opencascade.com>
Wed, 10 Nov 2010 15:19:59 +0000 (15:19 +0000)
commitc7886f3dd2230ded7aaff815167490aede8b217e
treec19125e8ee4d7d58e4a1b71bd96266128e2bacbc
parent49792ab64739f965c36f15fb8d92dfc6f618da35
In existingHyps(), protection for hypotheses w/o any gui

             HypothesisData* aData = SMESH::GetHypothesisData( aHypVar->GetName() );
+            if ( !aData) continue;
src/SMESHGUI/SMESHGUI_MeshOp.cxx