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,7 +871,6 @@ 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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user