mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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)
|
||||
{
|
||||
sm->SetAllowedSubShapes( fillAllowed( shapeSM, aShapeOnly, allowedSubShapes ));
|
||||
//setCurrentSubMesh( sm );
|
||||
setCurrentSubMesh( sm );
|
||||
sm->ComputeStateEngine(event);
|
||||
//setCurrentSubMesh( nullptr );
|
||||
setCurrentSubMesh( nullptr );
|
||||
sm->SetAllowedSubShapes( nullptr );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user