From dde66ca8e82565f0aea9730382379be11d172dd9 Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 27 Nov 2006 07:41:39 +0000 Subject: [PATCH] Disable messages --- src/PIPELINE/VISU_PipeLine.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<<"; "<