mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
#16748 EDF 19207 - no change priority with submesh
This commit is contained in:
parent
90538c5190
commit
d2203f18e1
@ -6427,11 +6427,15 @@ TListOfListOfInt SMESH_Mesh_i::findConcurrentSubMeshes()
|
||||
aPythonDump << " ]";
|
||||
subMeshOrder.push_back( subMeshIds );
|
||||
|
||||
// clear collected submeshes
|
||||
// clear collected sub-meshes
|
||||
set<const SMESH_subMesh*>::iterator clrIt = subMeshToClear.begin();
|
||||
for ( ; clrIt != subMeshToClear.end(); clrIt++ )
|
||||
if ( SMESH_subMesh* sm = (SMESH_subMesh*)*clrIt )
|
||||
{
|
||||
sm->ComputeStateEngine( SMESH_subMesh::CLEAN );
|
||||
if ( SMESH_Algo* algo = sm->GetAlgo() ) // #16748
|
||||
sm->AlgoStateEngine( SMESH_subMesh::MODIF_HYP, algo ); // to clear a cached algo
|
||||
}
|
||||
}
|
||||
aPythonDump << " ])";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user