Changeset 146b614 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Aug 2, 2018 5:58:53 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:
- 14acf92
- Parents:
- 516ee4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rb87dc1a r146b614 1642 1642 Take func and throw it inside the magnet model row loop 1643 1643 """ 1644 for row_i in range(self._m odel_model.rowCount()):1644 for row_i in range(self._magnet_model.rowCount()): 1645 1645 func(row_i) 1646 1646
Note: See TracChangeset
for help on using the changeset viewer.