Salome HOME
activateModule/deactivateModule functions are made "bool".
[modules/smesh.git] / src / SMESH / SMESH_subMesh.cxx
index 36ee8bdb82263ee8801097e3acdbb35d7ce343f3..163a8a45f2fa8318209896546a951ada83c365f8 100644 (file)
@@ -792,7 +792,7 @@ SMESH_Hypothesis::Hypothesis_Status
       ASSERT(algo);
       if (!algo->CheckHypothesis((*_father),_subShape, ret ))
       {
-        MESSAGE("two applying algo on the same shape not allowed");
+        //two applying algo on the same shape not allowed
         _meshDS->RemoveHypothesis(_subShape, anHyp);
         if ( !SMESH_Hypothesis::IsStatusFatal( ret ))
           // ret should be fatal: anHyp was not added
@@ -1035,7 +1035,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);
        }
 }