From: apo Date: Fri, 29 Dec 2006 10:41:54 +0000 (+0000) Subject: Layouting changes X-Git-Tag: WP1_2_3_29-12-2006_MED_to_VTK_data_passing~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91ffd45f5b37ce2364e4b2d4e4ccff4b3a4a48e2;p=modules%2Fvisu.git Layouting changes --- 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();