From 91ffd45f5b37ce2364e4b2d4e4ccff4b3a4a48e2 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 29 Dec 2006 10:41:54 +0000 Subject: [PATCH] Layouting changes --- src/VISUGUI/VisuGUI_CutLinesDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx index a5a943b5..38794bdc 100644 --- a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx @@ -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(); -- 2.39.2