mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
0020918: EDF 1447 SMESH: Mesh common borders
In CheckComputeError() - _computeState = COMPUTE_OK; + _computeState = IsMeshComputed() ? COMPUTE_OK : FAILED_TO_COMPUTE;
This commit is contained in:
parent
38c52f0596
commit
c436aeb8a5
@ -1699,7 +1699,7 @@ bool SMESH_subMesh::CheckComputeError(SMESH_Algo* theAlgo, const TopoDS_Shape& t
|
||||
// Check my state
|
||||
if ( !_computeError || _computeError->IsOK() )
|
||||
{
|
||||
_computeState = COMPUTE_OK;
|
||||
_computeState = IsMeshComputed() ? COMPUTE_OK : FAILED_TO_COMPUTE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user