From b327460dc4867557c555b4540542505e7f342045 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 29 Sep 2005 11:19:59 +0000 Subject: [PATCH] To hide messages --- src/VISU_I/VISU_GaussPoints_i.cc | 2 +- src/VISU_I/VISU_Prs3d_i.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VISU_I/VISU_GaussPoints_i.cc b/src/VISU_I/VISU_GaussPoints_i.cc index 95b6f5f8..c6561a2b 100644 --- a/src/VISU_I/VISU_GaussPoints_i.cc +++ b/src/VISU_I/VISU_GaussPoints_i.cc @@ -39,7 +39,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_Prs3d_i.cc b/src/VISU_I/VISU_Prs3d_i.cc index ae684763..49a093b5 100644 --- a/src/VISU_I/VISU_Prs3d_i.cc +++ b/src/VISU_I/VISU_Prs3d_i.cc @@ -40,7 +40,7 @@ using namespace VISU; using namespace std; #ifdef _DEBUG_ -static int MYDEBUG = 1; +static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif -- 2.39.2