From: apo Date: Mon, 27 Nov 2006 07:41:39 +0000 (+0000) Subject: Disable messages X-Git-Tag: WP1_2_3_05-12-2006_cache_system~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dde66ca8e82565f0aea9730382379be11d172dd9;p=modules%2Fvisu.git Disable messages --- diff --git a/src/PIPELINE/VISU_PipeLine.cxx b/src/PIPELINE/VISU_PipeLine.cxx index c4c4cd75..3905fdb4 100644 --- a/src/PIPELINE/VISU_PipeLine.cxx +++ b/src/PIPELINE/VISU_PipeLine.cxx @@ -214,7 +214,7 @@ VISU_PipeLine static size_t EPSILON = 2 * 1024; size_t aMax = std::max(theSize, theMinSize); size_t aMin = std::min(theSize, theMinSize); - cout<<"GetAvailableMemory - "< 0 && (aMax - aMin) > EPSILON){ size_t aRoot = (aMax + aMin) / 2; if(CheckAvailableMemory(aRoot)) @@ -222,7 +222,7 @@ VISU_PipeLine else aMax = aRoot; } - cout<<"; "<