From: apo Date: Thu, 2 Nov 2006 10:39:20 +0000 (+0000) Subject: Disable debug information X-Git-Tag: WP1_2_3_06-10-2006~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2231a8d9674ec979922b23582cb885b776adbcce;p=modules%2Fvisu.git Disable debug information --- diff --git a/src/VISU_I/VISU_Prs3d_i.cc b/src/VISU_I/VISU_Prs3d_i.cc index f40c1aa1..75a0b42f 100644 --- a/src/VISU_I/VISU_Prs3d_i.cc +++ b/src/VISU_I/VISU_Prs3d_i.cc @@ -42,7 +42,7 @@ using namespace VISU; using namespace std; #ifdef _DEBUG_ -static int MYDEBUG = 1; +static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif diff --git a/src/VISU_I/VISU_ScalarMap_i.cc b/src/VISU_I/VISU_ScalarMap_i.cc index cb3e6b08..b52232ed 100644 --- a/src/VISU_I/VISU_ScalarMap_i.cc +++ b/src/VISU_I/VISU_ScalarMap_i.cc @@ -68,7 +68,7 @@ VISU::ScalarMap_i aSize *= INCMEMORY; if(isMemoryCheck){ aResult = VISU_PipeLine::CheckAvailableMemory(aSize); - MESSAGE("ScalarMap_i::IsPossible - CheckAvailableMemory = "<