mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 15:40:37 +05:00
Regression of bugs/F9
enable calling checkMissing() disabled by mistake
This commit is contained in:
parent
0ec8a4baba
commit
c60dfba99e
@ -871,14 +871,13 @@ bool SMESH_Gen::GetAlgoState(SMESH_Mesh& theMesh,
|
|||||||
if ( smToCheck->GetSubShape().ShapeType() == TopAbs_VERTEX)
|
if ( smToCheck->GetSubShape().ShapeType() == TopAbs_VERTEX)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if ( aCheckedSubs.insert( smToCheck ).second ) // not yet checked
|
if (!checkMissing (this, theMesh, smToCheck, aTopAlgoDim,
|
||||||
if (!checkMissing (this, theMesh, smToCheck, aTopAlgoDim,
|
globalChecked, checkNoAlgo, aCheckedSubs, theErrors))
|
||||||
globalChecked, checkNoAlgo, aCheckedSubs, theErrors))
|
{
|
||||||
{
|
ret = false;
|
||||||
ret = false;
|
if (smToCheck->GetAlgoState() == SMESH_subMesh::NO_ALGO )
|
||||||
if (smToCheck->GetAlgoState() == SMESH_subMesh::NO_ALGO )
|
checkNoAlgo = false;
|
||||||
checkNoAlgo = false;
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !hasAlgo ) {
|
if ( !hasAlgo ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user