mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Comment out useless message output to speed up change hypothesis operation
This commit is contained in:
parent
51ac2145d3
commit
f4c7cebbd6
@ -1047,7 +1047,7 @@ void SMESH_subMesh::CleanDependsOn()
|
|||||||
for (its = dependson.begin(); its != dependson.end(); its++)
|
for (its = dependson.begin(); its != dependson.end(); its++)
|
||||||
{
|
{
|
||||||
SMESH_subMesh *sm = (*its).second;
|
SMESH_subMesh *sm = (*its).second;
|
||||||
SCRUTE((*its).first);
|
//SCRUTE((*its).first);
|
||||||
sm->ComputeStateEngine(CLEAN);
|
sm->ComputeStateEngine(CLEAN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user