mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Regression of SMESH_TEST/Grids/smesh/imps7/H6
Unreachable deep idea bool subComputed = false, subFailed = false; if (!algo->OnlyUnaryInput()) { - if ( event == COMPUTE && - ( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() )) + if ( event == COMPUTE /*&& + ( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() )*/) shape = getCollection( gen, algo, subComputed, subFailed ); else subComputed = SubMeshesComputed( & subFailed );
This commit is contained in:
parent
adde8edd1b
commit
55e345e578
@ -1463,8 +1463,8 @@ bool SMESH_subMesh::ComputeStateEngine(int event)
|
||||
if (_father->HasShapeToMesh() ) {
|
||||
bool subComputed = false, subFailed = false;
|
||||
if (!algo->OnlyUnaryInput()) {
|
||||
if ( event == COMPUTE &&
|
||||
( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() ))
|
||||
if ( event == COMPUTE /*&&
|
||||
( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() )*/)
|
||||
shape = getCollection( gen, algo, subComputed, subFailed );
|
||||
else
|
||||
subComputed = SubMeshesComputed( & subFailed );
|
||||
|
Loading…
Reference in New Issue
Block a user