Regression of bugs/F9

enable calling checkMissing() disabled by mistake
This commit is contained in:
eap 2012-11-20 15:07:43 +00:00
parent 0ec8a4baba
commit c60dfba99e

View File

@ -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))
{ {