mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
INT PAL 0013201: Error during edit mesh
This commit is contained in:
parent
475cc166d5
commit
8972ce9d84
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user