]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix for the Bug "IPAL21972 Fix shape - BSplineRestriction 3D tolerance."
authorrnv <rnv@opencascade.com>
Wed, 20 Oct 2010 11:38:16 +0000 (11:38 +0000)
committerrnv <rnv@opencascade.com>
Wed, 20 Oct 2010 11:38:16 +0000 (11:38 +0000)
src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx

index cabf3749ab9c777e7281d8c23ec0e279f25952ec..41f3af8ce2e5b5189b8f2214752fdbd7b20bb1b1 100755 (executable)
@@ -224,7 +224,7 @@ void RepairGUI_ShapeProcessDlg::init()
       myBSpline2DCurveChk = new QCheckBox( tr("GEOM_2D_CURVE_MODE"), w );
 
       myBSplineTol3D = new SalomeApp_DoubleSpinBox( w );
-      initSpinBox( mySplitContTol3D, 0., 100., 1e-7, "len_tol_precision" );
+      initSpinBox( myBSplineTol3D, 0., 100., 1e-7, "len_tol_precision" );
       
       myBSplineTol2D = new SalomeApp_DoubleSpinBox( w );
       initSpinBox( myBSplineTol2D, 0., 100., 1e-7, "param_tol_precision" );