mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 02:49:41 +05:00
remove debug output
This commit is contained in:
parent
368440ebe3
commit
bce4a113cf
@ -378,7 +378,7 @@ namespace SMESH
|
|||||||
// TODO: estimate memory usage in other modes and take current mode into account
|
// TODO: estimate memory usage in other modes and take current mode into account
|
||||||
int freeMB = SMDS_Mesh::CheckMemory(true);
|
int freeMB = SMDS_Mesh::CheckMemory(true);
|
||||||
int usedMB = aVisualObj->GetUnstructuredGrid()->GetActualMemorySize() / 1024;
|
int usedMB = aVisualObj->GetUnstructuredGrid()->GetActualMemorySize() / 1024;
|
||||||
cout << "SMESHGUI_VTKUtils::GetVisualObj(), freeMB=" << freeMB << ", usedMB=" <<usedMB<<endl;
|
MESSAGE("SMESHGUI_VTKUtils::GetVisualObj(), freeMB=" << freeMB << ", usedMB=" <<usedMB);
|
||||||
if ( freeMB > 0 && usedMB * 5 > freeMB ) {
|
if ( freeMB > 0 && usedMB * 5 > freeMB ) {
|
||||||
bool continu = false;
|
bool continu = false;
|
||||||
if ( usedMB * 3 > freeMB )
|
if ( usedMB * 3 > freeMB )
|
||||||
|
Loading…
Reference in New Issue
Block a user