Ignore:
Timestamp:
Apr 2, 2019 9:43:51 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI
Parents:
f994f188
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (04/02/19 09:43:01)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (04/02/19 09:43:51)
Message:

Unify default qmin/qmax/npts. SASVIEW-1294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r73fb503 rd76beb4  
    255255 
    256256        # Fit options 
    257         self.q_range_min = 0.005 
    258         self.q_range_max = 0.1 
    259         self.npts = 25 
     257        self.q_range_min = OptionsWidget.QMIN_DEFAULT 
     258        self.q_range_max = OptionsWidget.QMAX_DEFAULT 
     259        self.npts = OptionsWidget.NPTS_DEFAULT 
    260260        self.log_points = False 
    261261        self.weighting = 0 
Note: See TracChangeset for help on using the changeset viewer.