- Timestamp:
- Oct 16, 2018 7:44: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:
- 1efa4c3
- Parents:
- a4ceeb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r3ab2105 r2c3e395 3495 3495 pass 3496 3496 3497 if param_name == str(self.cbModel.currentText()): 3498 return 3499 3497 3500 param_list.append([param_name, param_checked, param_value, param_error, param_min, param_max]) 3498 3501
Note: See TracChangeset
for help on using the changeset viewer.