INT PAL 0013201: Error during edit mesh

This commit is contained in:
imn 2015-09-16 12:34:16 +03:00
parent 475cc166d5
commit 8972ce9d84

View File

@ -2377,7 +2377,7 @@ bool SMESHGUI_MeshOp::editMeshOrSubMesh( QString& theMess )
// First, remove old algos in order to avoid messages on algorithm hiding
for ( int dim = aDim; dim <= SMESH::DIM_3D; dim++ )
{
if ( isAccessibleDim( dim ) && myObjHyps[ dim ][ Algo ].count() > 0 )
if ( /*isAccessibleDim( dim ) &&*/ myObjHyps[ dim ][ Algo ].count() > 0 )
{
SMESH::SMESH_Hypothesis_var anOldAlgo = myObjHyps[ dim ][ Algo ].first().first;
SMESH::SMESH_Hypothesis_var anAlgoVar = getAlgo( dim );