From 6d78e8cb6a8d6dcccdb02ba690f61520895a92fa Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 18 Nov 2005 14:14:32 +0000 Subject: [PATCH] Ninor changes --- src/CONVERTOR/VISUConvertor.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CONVERTOR/VISUConvertor.cxx b/src/CONVERTOR/VISUConvertor.cxx index f34d4935..19852fc0 100644 --- a/src/CONVERTOR/VISUConvertor.cxx +++ b/src/CONVERTOR/VISUConvertor.cxx @@ -46,7 +46,7 @@ static int MYDEBUG = 1; static int MYDEBUG = 0; #endif -//#define _DEXCEPT_ +#define _DEXCEPT_ typedef vtkUnstructuredGrid TOutput; @@ -60,6 +60,7 @@ void parseFile(const char* theFileName) //aCon->GetSize(); //return; const VISU::TMeshMap& aMeshMap = aCon->GetMeshMap(); + return; VISU::TMeshMap::const_iterator aMeshMapIter = aMeshMap.begin(); for(; aMeshMapIter != aMeshMap.end(); aMeshMapIter++){ //continue; -- 2.39.2