From 15177911046ff75041ced91b1b88350f6f0bb97d Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 24 Nov 2005 07:08:16 +0000 Subject: [PATCH] Adjust to last CONVERTOR modifications --- src/CONVERTOR/VISUConvertor.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/CONVERTOR/VISUConvertor.cxx b/src/CONVERTOR/VISUConvertor.cxx index 19852fc0..273b62a8 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; @@ -59,8 +59,11 @@ void parseFile(const char* theFileName) auto_ptr aCon(CreateConvertor(theFileName)); //aCon->GetSize(); //return; + aCon->BuildEntities(); + aCon->BuildFields(); + aCon->BuildMinMax(); const VISU::TMeshMap& aMeshMap = aCon->GetMeshMap(); - return; + //return; VISU::TMeshMap::const_iterator aMeshMapIter = aMeshMap.begin(); for(; aMeshMapIter != aMeshMap.end(); aMeshMapIter++){ //continue; @@ -109,7 +112,7 @@ void parseFile(const char* theFileName) } */ } - goto OK; + //goto OK; } } } -- 2.39.2