mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13330( When mesh generation does not success, trace where )
care of states of descendants of submesh where !algo->NeedDescretBoundary()
This commit is contained in:
parent
15889cb6e1
commit
3950e041fa
@ -1626,7 +1626,7 @@ bool SMESH_subMesh::CheckComputeError(SMESH_Algo* theAlgo)
|
|||||||
_computeState = COMPUTE_OK;
|
_computeState = COMPUTE_OK;
|
||||||
}
|
}
|
||||||
// Check state of submeshes
|
// Check state of submeshes
|
||||||
if ( !theAlgo->NeedDescretBoundary() && theAlgo->OnlyUnaryInput() ) {
|
if ( !theAlgo->NeedDescretBoundary() /*&& theAlgo->OnlyUnaryInput()*/ ) {
|
||||||
SMESH_subMeshIteratorPtr smIt = getDependsOnIterator(false,false);
|
SMESH_subMeshIteratorPtr smIt = getDependsOnIterator(false,false);
|
||||||
while ( smIt->more() )
|
while ( smIt->more() )
|
||||||
if ( !smIt->next()->CheckComputeError( theAlgo ))
|
if ( !smIt->next()->CheckComputeError( theAlgo ))
|
||||||
|
Loading…
Reference in New Issue
Block a user