]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Layouting changes
authorapo <apo@opencascade.com>
Fri, 29 Dec 2006 10:41:54 +0000 (10:41 +0000)
committerapo <apo@opencascade.com>
Fri, 29 Dec 2006 10:41:54 +0000 (10:41 +0000)
src/VISUGUI/VisuGUI_CutLinesDlg.cxx

index a5a943b592404fef2b6bd2ed3864c92e6d3e1c27..38794bdc7ae05232e0e4ca1a5563722261cdba30 100644 (file)
@@ -629,7 +629,7 @@ void VisuGUI_CutLinesDlg::updateGlyphs(bool update){
   
   aFloatArray->SetNumberOfComponents(3);
   for(int i=0; i<3 ;i++)
-      aFloatArray->InsertNextValue(aSecondPnt[i]);
+    aFloatArray->InsertNextValue(aSecondPnt[i]);
   
   vtkDataSetAttributes* aDataSetAttributes;
   aDataSetAttributes = profile->GetPointData();