From 8aab1e218aaf33a392c94ad68825e6a993988e46 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 22 Jul 2005 06:53:16 +0000 Subject: [PATCH] Remove try-catch in DEBUG mode --- src/CONVERTOR/VISU_Convertor_impl.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index 1a5a9f4a..9670e120 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -953,7 +953,9 @@ VISU_Convertor_impl //Main part of code TVTKSource& aSource = aValForTime->mySource; +#ifndef _DEBUG_ try{ +#endif if(!aValForTime->myIsInitialized){ LoadFieldOnMesh(aMesh,aMeshOnEntity,aField,aValForTime); @@ -997,11 +999,13 @@ VISU_Convertor_impl BEGMSG(MYVTKDEBUG,"GetActualMemorySize() = "<GetActualMemorySize()*1000)<