Salome HOME
Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared...
[modules/smesh.git] / src / SMESH / SMESH_subMesh.cxx
index ce4e8ee23507f7fbf1ea5a3c330c57b2e62dac5b..dd93a999fae7da7ed86e4e26c4c8bc17d0b50715 100644 (file)
@@ -1047,7 +1047,7 @@ void SMESH_subMesh::CleanDependsOn()
        for (its = dependson.begin(); its != dependson.end(); its++)
        {
                SMESH_subMesh *sm = (*its).second;
-               SCRUTE((*its).first);
+               //SCRUTE((*its).first);
                sm->ComputeStateEngine(CLEAN);
        }
 }