PAL13330( When mesh generation does not success, trace where )

care of states of descendants of submesh where !algo->NeedDescretBoundary()
This commit is contained in:
eap 2007-04-12 09:38:17 +00:00
parent 15889cb6e1
commit 3950e041fa

View File

@ -1626,7 +1626,7 @@ bool SMESH_subMesh::CheckComputeError(SMESH_Algo* theAlgo)
_computeState = COMPUTE_OK;
}
// Check state of submeshes
if ( !theAlgo->NeedDescretBoundary() && theAlgo->OnlyUnaryInput() ) {
if ( !theAlgo->NeedDescretBoundary() /*&& theAlgo->OnlyUnaryInput()*/ ) {
SMESH_subMeshIteratorPtr smIt = getDependsOnIterator(false,false);
while ( smIt->more() )
if ( !smIt->next()->CheckComputeError( theAlgo ))