Split of seq/par compute in gen

This commit is contained in:
Yoann Audouin 2022-09-28 14:18:32 +02:00
parent 640594fef6
commit d5617f4801

View File

@ -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 );
}