Fix for the Bug "IPAL21972 Fix shape - BSplineRestriction 3D tolerance."

This commit is contained in:
rnv 2010-10-20 11:38:16 +00:00
parent 3d7ca93e2d
commit 345ba03634

View File

@ -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" );