From: apo Date: Thu, 24 Nov 2005 07:08:16 +0000 (+0000) Subject: Adjust to last CONVERTOR modifications X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15177911046ff75041ced91b1b88350f6f0bb97d;p=modules%2Fvisu.git Adjust to last CONVERTOR modifications --- 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; } } }