Changeset e11106e in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Aug 21, 2018 6:02:15 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 0fe7e5b
- Parents:
- 30339cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r30339cc re11106e 977 977 if category == CATEGORY_STRUCTURE: 978 978 model = None 979 980 # Reset parameters to fit 981 self.parameters_to_fit = None 982 self.has_error_column = False 983 self.has_poly_error_column = False 984 979 985 self.respondToModelStructure(model=model, structure_factor=structure) 980 986
Note: See TracChangeset
for help on using the changeset viewer.