Changeset 75906a1 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Oct 26, 2018 6:39:39 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:
- 9d23e4c, 722b7d6
- Parents:
- aed159f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r8748751 r75906a1 3364 3364 else: 3365 3365 index = self.theory_item 3366 params = FittingUtilities.getStandardParam(self._model_model) 3366 3367 report_logic = ReportPageLogic(self, 3367 3368 kernel_module=self.kernel_module, 3368 3369 data=self.data, 3369 3370 index=index, 3370 model=self._model_model)3371 params=params) 3371 3372 3372 3373 return report_logic.reportList()
Note: See TracChangeset
for help on using the changeset viewer.