From 7a2bcd52de535841abe2361a242460edc8c2f438 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 6 Sep 2005 04:37:27 +0000 Subject: [PATCH] Minor changes --- src/CONVERTOR/VISU_Convertor_impl.cxx | 2 +- src/CONVERTOR/VISU_MedConvertor.cxx | 6 +++--- src/PIPELINE/VISU_GaussPointsPL.cxx | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index adfe24e9..5bec193b 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -58,7 +58,7 @@ static int MYVTKDEBUG = 0; #ifdef _DEBUG_ static int MYDEBUG = 1; -static int MYDEBUGWITHFILES = 1; +static int MYDEBUGWITHFILES = 0; //#define _DEXCEPT_ #else static int MYDEBUG = 0; diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index eb9222d5..a77815f4 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -44,10 +44,10 @@ using MED::TFloat; using MED::EBooleen; #ifdef _DEBUG_ -static int MYDEBUG = 0; +static int MYDEBUG = 1; static int MYVALUEDEBUG = 0; -static int MY_FAMILY_DEBUG = 0; -static int MY_GROUP_DEBUG = 0; +static int MY_FAMILY_DEBUG = 1; +static int MY_GROUP_DEBUG = 1; //#define _DEXCEPT_ #else static int MYDEBUG = 0; diff --git a/src/PIPELINE/VISU_GaussPointsPL.cxx b/src/PIPELINE/VISU_GaussPointsPL.cxx index d34dcc66..b46b3e3f 100644 --- a/src/PIPELINE/VISU_GaussPointsPL.cxx +++ b/src/PIPELINE/VISU_GaussPointsPL.cxx @@ -143,7 +143,6 @@ Init() vtkCellData* aCellData = aDataSet->GetCellData(); myScalarArray = aCellData->GetScalars(); - cout<