From: eap Date: Thu, 12 Apr 2007 09:38:17 +0000 (+0000) Subject: PAL13330( When mesh generation does not success, trace where ) X-Git-Tag: V3_2_6pre4~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3950e041faecd2c0c96f558b4f298c381227f761;p=modules%2Fsmesh.git PAL13330( When mesh generation does not success, trace where ) care of states of descendants of submesh where !algo->NeedDescretBoundary() --- 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 ))