From: eap Date: Wed, 27 Feb 2013 15:32:39 +0000 (+0000) Subject: fix failure of non-regression test SMESH_TEST/Grids/smesh/imps7/H5 X-Git-Tag: pluginMGCleaner~100 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=694e1f27bea5a511f770fb6eb9e317aa3be02431;p=modules%2Fsmesh.git fix failure of non-regression test SMESH_TEST/Grids/smesh/imps7/H5 Synchronize Evaluate() with Compute() --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index 523907a6b..2e8a96307 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -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