mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +05:00
Split of seq/par compute in gen
This commit is contained in:
parent
640594fef6
commit
d5617f4801
@ -184,9 +184,9 @@ const std::function<void(int,
|
|||||||
if (sm->GetComputeState() == SMESH_subMesh::READY_TO_COMPUTE)
|
if (sm->GetComputeState() == SMESH_subMesh::READY_TO_COMPUTE)
|
||||||
{
|
{
|
||||||
sm->SetAllowedSubShapes( fillAllowed( shapeSM, aShapeOnly, allowedSubShapes ));
|
sm->SetAllowedSubShapes( fillAllowed( shapeSM, aShapeOnly, allowedSubShapes ));
|
||||||
//setCurrentSubMesh( sm );
|
setCurrentSubMesh( sm );
|
||||||
sm->ComputeStateEngine(event);
|
sm->ComputeStateEngine(event);
|
||||||
//setCurrentSubMesh( nullptr );
|
setCurrentSubMesh( nullptr );
|
||||||
sm->SetAllowedSubShapes( nullptr );
|
sm->SetAllowedSubShapes( nullptr );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user