From 3950e041faecd2c0c96f558b4f298c381227f761 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 12 Apr 2007 09:38:17 +0000 Subject: [PATCH] PAL13330( When mesh generation does not success, trace where ) care of states of descendants of submesh where !algo->NeedDescretBoundary() --- src/SMESH/SMESH_subMesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index 78bc9ce7a..7c9cba60f 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -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 )) -- 2.39.2