Changeset 48df831 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Oct 31, 2018 6:14:45 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:
- 4396300
- Parents:
- 186d678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r186d678 r48df831 1017 1017 Checks if the current model has magnetic scattering implemented 1018 1018 """ 1019 has_ params = False1019 has_mag_params = False 1020 1020 if self.kernel_module: 1021 1021 has_mag_params = len(self.kernel_module.magnetic_params) > 0
Note: See TracChangeset
for help on using the changeset viewer.