From: apo Date: Wed, 23 Nov 2005 09:25:38 +0000 (+0000) Subject: To improve tracing X-Git-Tag: BR-D5-38-2003_D2005-24-11~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9260695f1ae1f469a6e3eb896e1f8e761b0c2bb3;p=modules%2Fvisu.git To improve tracing --- diff --git a/src/CONVERTOR/VISU_ConvertorUtils.cxx b/src/CONVERTOR/VISU_ConvertorUtils.cxx index ad26b0ec..a4d0f3bb 100644 --- a/src/CONVERTOR/VISU_ConvertorUtils.cxx +++ b/src/CONVERTOR/VISU_ConvertorUtils.cxx @@ -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)