]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes
authorapo <apo@opencascade.com>
Tue, 6 Sep 2005 04:37:27 +0000 (04:37 +0000)
committerapo <apo@opencascade.com>
Tue, 6 Sep 2005 04:37:27 +0000 (04:37 +0000)
src/CONVERTOR/VISU_Convertor_impl.cxx
src/CONVERTOR/VISU_MedConvertor.cxx
src/PIPELINE/VISU_GaussPointsPL.cxx

index adfe24e990d42d176cb018d6c8806004f8f905ea..5bec193b2193564e9970ede9b31ffc5d9ae9a304 100644 (file)
@@ -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;
index eb9222d5c511ad2be450e5022aa118028c69c9e2..a77815f489f9d40d0aae7c3d53b93165eefffeb1 100644 (file)
@@ -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;
index d34dcc66559669ea51985a7d6b6931579a73528e..b46b3e3fe4030d19ae9f69c3704f610e1f457659 100644 (file)
@@ -143,7 +143,6 @@ Init()
 
   vtkCellData* aCellData = aDataSet->GetCellData();
   myScalarArray = aCellData->GetScalars();
-  cout<<myScalarArray<<endl;
 }
 
 void