Salome HOME
Regression of doc/salome/examples/use_existing_faces.py
authoreap <eap@opencascade.com>
Fri, 25 Mar 2016 10:44:51 +0000 (13:44 +0300)
committereap <eap@opencascade.com>
Fri, 25 Mar 2016 10:44:51 +0000 (13:44 +0300)
doc/salome/gui/SMESH/images/split_into_tetra_icon.png
resources/split_into_tetra.png
src/SMESH/SMESH_subMesh.cxx

index b113c304db955efefb3cecebe156174c299177b8..c9ea7b4c97720e15c19bf2ce810a9d10e7030e97 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/split_into_tetra_icon.png and b/doc/salome/gui/SMESH/images/split_into_tetra_icon.png differ
index b113c304db955efefb3cecebe156174c299177b8..c9ea7b4c97720e15c19bf2ce810a9d10e7030e97 100644 (file)
Binary files a/resources/split_into_tetra.png and b/resources/split_into_tetra.png differ
index 9618871bd7211bc5ed2b269dbc58772929d68fb3..19931be61ed4c7c2eb0ea6772d6c88226651f273 100644 (file)
@@ -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() );
         }