From: apo Date: Tue, 6 Sep 2005 04:37:27 +0000 (+0000) Subject: Minor changes X-Git-Tag: BR-D5-38-2003_D2005-12-09~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7a2bcd52de535841abe2361a242460edc8c2f438;p=modules%2Fvisu.git Minor changes --- 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<