mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 18:00:34 +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() ) {
|
if (_father->HasShapeToMesh() ) {
|
||||||
bool subComputed = false, subFailed = false;
|
bool subComputed = false, subFailed = false;
|
||||||
if (!algo->OnlyUnaryInput()) {
|
if (!algo->OnlyUnaryInput()) {
|
||||||
if ( event == COMPUTE &&
|
if ( event == COMPUTE /*&&
|
||||||
( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() ))
|
( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() )*/)
|
||||||
shape = getCollection( gen, algo, subComputed, subFailed );
|
shape = getCollection( gen, algo, subComputed, subFailed );
|
||||||
else
|
else
|
||||||
subComputed = SubMeshesComputed( & subFailed );
|
subComputed = SubMeshesComputed( & subFailed );
|
||||||
|
Loading…
Reference in New Issue
Block a user