Changeset 46477950 in sasview
- Timestamp:
- Mar 28, 2019 8:13:54 AM (6 years ago)
- Branches:
- ESS_GUI_bumps_abstraction
- Children:
- 22b4962
- Parents:
- c9d6b9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingOptions.py
rc9d6b9f r46477950 397 397 and update the widget 398 398 """ 399 fm = self.fittingMethods[self.currentOptimizer )]399 fm = self.fittingMethods[self.currentOptimizer] 400 400 for param in fm.params.values(): 401 401 # Find the widget name of the option
Note: See TracChangeset
for help on using the changeset viewer.