From: eap Date: Tue, 4 May 2010 13:45:46 +0000 (+0000) Subject: suppress debug output X-Git-Tag: V5_1_4rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1f4af45fdcde09050d11a68dc8eeb07815088ed1;p=tools%2Fmedcoupling.git suppress debug output --- diff --git a/src/INTERP_KERNEL/DirectedBoundingBox.cxx b/src/INTERP_KERNEL/DirectedBoundingBox.cxx index 4d0ac2bff..9c275da70 100644 --- a/src/INTERP_KERNEL/DirectedBoundingBox.cxx +++ b/src/INTERP_KERNEL/DirectedBoundingBox.cxx @@ -31,7 +31,7 @@ #define __MAX(i) _minmax[i*2+1] #define __MYID (long(this)%10000) #define __DMP(msg) \ - cout << msg << endl + //cout << msg << endl using namespace std;