mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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
|
// remember all sub-meshes of sm
|
||||||
if ( keepSubMeshes )
|
if ( keepSubMeshes )
|
||||||
{
|
{
|
||||||
SMESH_subMeshIteratorPtr smIt2 = sm->getDependsOnIterator(false);
|
SMESH_subMeshIteratorPtr smIt2 = sm->getDependsOnIterator(true);
|
||||||
while ( smIt2->more() )
|
while ( smIt2->more() )
|
||||||
smToKeep.insert( smIt2->next() );
|
smToKeep.insert( smIt2->next() );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user