From 9260695f1ae1f469a6e3eb896e1f8e761b0c2bb3 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 23 Nov 2005 09:25:38 +0000 Subject: [PATCH] To improve tracing --- src/CONVERTOR/VISU_ConvertorUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2