From: apo Date: Thu, 20 Oct 2005 09:09:50 +0000 (+0000) Subject: Minor changes X-Git-Tag: TG-D5-38-2003_D2005-20-12~134 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2d4bdc718ce6c2d2ae617dbcdaa9f67eacd9b93d;p=modules%2Fvisu.git Minor changes --- diff --git a/src/CONVERTOR/VISUConvertor.cxx b/src/CONVERTOR/VISUConvertor.cxx index 25aa1b32..f34d4935 100644 --- a/src/CONVERTOR/VISUConvertor.cxx +++ b/src/CONVERTOR/VISUConvertor.cxx @@ -88,23 +88,25 @@ void parseFile(const char* theFileName) VISU::PGaussPtsIDMapper aGaussMesh = aCon->GetTimeStampOnGaussPts(aMeshName,anEntity,aFieldName,aTimeStamp); VISU::TVTKOutput* aDataSet = aGaussMesh->GetVTKOutput(); - + /* int aNbCells = aDataSet->GetNumberOfCells(); for(int anCellId = 0; anCellId < aNbCells; anCellId++){ VISU::TGaussPointID anObjID = aGaussMesh->GetObjID(anCellId); cout<GetTimeStampOnMesh(aMeshName,anEntity,aFieldName,aTimeStamp); VISU::TVTKOutput* aDataSet = anIDMapper->GetVTKOutput(); - + /* int aNbCells = aDataSet->GetNumberOfCells(); for(int anCellId = 0; anCellId < aNbCells; anCellId++){ int anObjID = anIDMapper->GetElemObjID(anCellId); int aVTKID = anIDMapper->GetElemVTKID(anObjID); cout<first; VISU::PIDMapper anIDMapper = aCon->GetMeshOnEntity(aMeshName,anEntity); VISU::TVTKOutput* aDataSet = anIDMapper->GetVTKOutput(); { + /* int aNbCells, anCellId, anObjID, aVTKID; aNbCells = aDataSet->GetNumberOfCells(); for(anCellId = 0; anCellId < aNbCells; anCellId++){ @@ -136,6 +138,7 @@ void parseFile(const char* theFileName) aVTKID = anIDMapper->GetElemVTKID(anObjID); cout<