From ee1e91d6db74ef61446fdc0801aa5ddfe4bdac98 Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 2 Feb 2004 21:19:07 +0000 Subject: [PATCH] PR: allow interactive and batch mode on Visu: different behavior for Mutex --- src/VISU_I/VISU_Gen_i.cc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index cc88eefe..f11d1ab2 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -62,9 +62,9 @@ using namespace std; static QFileInfo aFileInfo; #ifdef _DEBUG_ -static int MYDEBUG = 0; +static int MYDEBUG = 1; #else -static int MYDEBUG = 0; +static int MYDEBUG = 1; #endif extern "C" { @@ -168,7 +168,9 @@ namespace VISU{ Engines_Component_i() { if(MYDEBUG) MESSAGE("VISU_Gen_i::VISU_Gen_i : "<_this()); } -- 2.39.2