mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 13:00:32 +05:00
-#ifdef WITH_SMESH_CANCEL_COMPUTE
This commit is contained in:
parent
a08c336e83
commit
1d6e1db451
@ -1609,14 +1609,12 @@ bool SMESH_subMesh::ComputeStateEngine(int event)
|
||||
break;
|
||||
case COMPUTE: // nothing to do
|
||||
break;
|
||||
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||
case COMPUTE_CANCELED:
|
||||
{
|
||||
algo = GetAlgo();
|
||||
algo->CancelCompute();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
case CLEAN:
|
||||
cleanDependants(); // submeshes dependent on me should be cleaned as well
|
||||
removeSubMeshElementsAndNodes();
|
||||
|
Loading…
Reference in New Issue
Block a user