mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-16 14:10:32 +05:00
fix failure of non-regression test SMESH_TEST/Grids/smesh/imps7/H5
Synchronize Evaluate() with Compute()
This commit is contained in:
parent
7d9f9fd31f
commit
694e1f27be
@ -522,6 +522,7 @@ bool SMESH_Gen::Evaluate(SMESH_Mesh & aMesh,
|
||||
.And( SMESH_HypoFilter::IsMoreLocalThan( algoShape, aMesh ));
|
||||
|
||||
if ( SMESH_Algo* subAlgo = (SMESH_Algo*) aMesh.GetHypothesis( aSubShape, filter, true )) {
|
||||
if ( ! subAlgo->NeedDiscreteBoundary() ) continue;
|
||||
SMESH_Hypothesis::Hypothesis_Status status;
|
||||
if ( subAlgo->CheckHypothesis( aMesh, aSubShape, status ))
|
||||
// mesh a lower smToCompute starting from vertices
|
||||
|
Loading…
Reference in New Issue
Block a user