From: apo Date: Fri, 22 Jul 2005 06:53:16 +0000 (+0000) Subject: Remove try-catch in DEBUG mode X-Git-Tag: BR-D5-38-2003_D2005-12-09~154 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8aab1e218aaf33a392c94ad68825e6a993988e46;p=modules%2Fvisu.git Remove try-catch in DEBUG mode --- 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)<