]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/OBJECT/SMESH_SVTKActor.cxx
Salome HOME
Remove some warnings and fix indentation
[modules/smesh.git] / src / OBJECT / SMESH_SVTKActor.cxx
index 2d32fce9445067fbc55b1eb905f8617fdf5e7b95..759834aa3aa613c6b443c39d26bfc5c852124bd0 100644 (file)
@@ -135,7 +135,7 @@ SMESH_SVTKActor
   }
   outputCD->CopyAllocate(cd,aNbOfParts,aNbOfParts/2);
   for(vtkIdType ind = 1; ind <= aNbOfParts; ind++){
-       vtkIdType aPartId = theMapIndex( ind );
+    vtkIdType aPartId = theMapIndex( ind );
     if(vtkCell* aCell = theMapActor->GetElemCell(aPartId))
     {
       if (aCell->GetCellType() != VTK_POLYHEDRON)