From 824b154851e2f100002fe757fc39b694754bcf5b Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 17 Nov 2011 11:20:18 +0000 Subject: [PATCH] untabify --- src/OBJECT/SMESH_ExtractGeometry.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/OBJECT/SMESH_ExtractGeometry.cxx b/src/OBJECT/SMESH_ExtractGeometry.cxx index 63023dd84..db42da397 100644 --- a/src/OBJECT/SMESH_ExtractGeometry.cxx +++ b/src/OBJECT/SMESH_ExtractGeometry.cxx @@ -239,14 +239,14 @@ int SMESH_ExtractGeometry::RequestData( if ( npts >= numCellPts || (this->ExtractBoundaryCells && npts > 0) ) { - if(cell->GetCellType() == VTK_POLYHEDRON) { - newCellPts->Reset(); - vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream( cellId ,newCellPts ); - vtkUnstructuredGrid::ConvertFaceStreamPointIds(newCellPts, pointMap); - } - newCellId = output->InsertNextCell(cell->GetCellType(),newCellPts); - myElemVTK2ObjIds.push_back(cellId); - outputCD->CopyData(cd,cellId,newCellId); + if(cell->GetCellType() == VTK_POLYHEDRON) { + newCellPts->Reset(); + vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream( cellId ,newCellPts ); + vtkUnstructuredGrid::ConvertFaceStreamPointIds(newCellPts, pointMap); + } + newCellId = output->InsertNextCell(cell->GetCellType(),newCellPts); + myElemVTK2ObjIds.push_back(cellId); + outputCD->CopyData(cd,cellId,newCellId); } }//for all cells -- 2.39.2