]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
To disable messages
authorapo <apo@opencascade.com>
Thu, 22 Sep 2005 13:15:05 +0000 (13:15 +0000)
committerapo <apo@opencascade.com>
Thu, 22 Sep 2005 13:15:05 +0000 (13:15 +0000)
src/SVTK/SVTK_GenericRenderWindowInteractor.cxx
src/SVTK/SVTK_InteractorStyle.cxx
src/SVTK/SVTK_RenderWindowInteractor.cxx
src/SVTK/SVTK_Renderer.cxx
src/SVTK/SVTK_View.cxx

index 0114c0c6b456293cbbf4327cd0d8e816724959a4..e2d3498670dce9ef061b0020694d2dd4558a1618 100644 (file)
@@ -39,7 +39,7 @@
 using namespace std;
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif
index 63866170adbd9398782ab4627d8c7e121e57583e..ff4bb77fb53b88ac68c3a48f5337bed3a3848f26 100644 (file)
@@ -72,7 +72,7 @@
 using namespace std;
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif
index d627fd7614198b05bedbcd49beda745c607e235b..f3e42388f42ec5b2959b5a9fa8a917bbec77e4f1 100644 (file)
@@ -64,7 +64,7 @@
 using namespace std;
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif
index eba1a739091b7c1ae00c5934e3fac4053dca8103..8625cbb37e500888585395617302a4c93f3f05d7 100644 (file)
@@ -45,7 +45,7 @@
 #include "utilities.h"
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif
index 3507b138cc3f5d8e1fe9e6d607bf420af737ba82..d45739326ac48dd778da1fb75ae73113bf5cb2c7 100644 (file)
@@ -70,7 +70,7 @@
 #include "utilities.h"
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif