mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
Regression of doc/salome/examples/use_existing_faces.py
This commit is contained in:
parent
57cd3cc565
commit
c8f0893cc3
Binary file not shown.
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 885 B |
Binary file not shown.
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 885 B |
@ -1209,7 +1209,7 @@ void SMESH_subMesh::cleanDependsOn( SMESH_Algo* algoRequiringCleaning/*=0*/ )
|
||||
// remember all sub-meshes of sm
|
||||
if ( keepSubMeshes )
|
||||
{
|
||||
SMESH_subMeshIteratorPtr smIt2 = sm->getDependsOnIterator(false);
|
||||
SMESH_subMeshIteratorPtr smIt2 = sm->getDependsOnIterator(true);
|
||||
while ( smIt2->more() )
|
||||
smToKeep.insert( smIt2->next() );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user