From: Yoann Audouin Date: Wed, 28 Sep 2022 12:18:32 +0000 (+0200) Subject: Split of seq/par compute in gen X-Git-Tag: V9_10_0b1~9^2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=d5617f4801e52e4347bae8677611a4517cc3b69e;hp=640594fef60ebbc9c623a99a76fff8a8662f9dc7 Split of seq/par compute in gen --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index f61acd5f9..f2e4e0d9f 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -184,9 +184,9 @@ const std::functionGetComputeState() == 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 ); }