]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To improve tracing
authorapo <apo@opencascade.com>
Wed, 23 Nov 2005 09:25:38 +0000 (09:25 +0000)
committerapo <apo@opencascade.com>
Wed, 23 Nov 2005 09:25:38 +0000 (09:25 +0000)
src/CONVERTOR/VISU_ConvertorUtils.cxx

index ad26b0eccfbee642b011180e7f4f74f55667ffca..a4d0f3bbc85d7b8b85e39fc76a5301e8b0afc147 100644 (file)
@@ -53,7 +53,7 @@ namespace VISU
   TTimerLog
   ::TTimerLog(int theIsDebug,
              const std::string& theName):
-    myIsDebug(MYDEBUG? MYDEBUG + theIsDebug: MYDEBUG),
+    myIsDebug(MYDEBUG + theIsDebug),
     myTimerLog(vtkTimerLog::New()),
     myPrefixPrinter(myIsDebug == 1),
     myName(theName)