- Timestamp:
- Oct 16, 2018 10:23:55 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- fc9d9a3
- Parents:
- 2c3e395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r2c3e395 r1efa4c3 3497 3497 if param_name == str(self.cbModel.currentText()): 3498 3498 return 3499 elif str(self.cbStructureFactor.currentText()): 3500 return 3499 3501 3500 3502 param_list.append([param_name, param_checked, param_value, param_error, param_min, param_max])
Note: See TracChangeset
for help on using the changeset viewer.