Salome HOME
Comment out useless message output to speed up change hypothesis operation
authormsv <msv@opencascade.com>
Fri, 18 Mar 2005 12:49:28 +0000 (12:49 +0000)
committermsv <msv@opencascade.com>
Fri, 18 Mar 2005 12:49:28 +0000 (12:49 +0000)
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);
        }
 }