Changeset b259485 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Aug 8, 2018 11:54:26 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:
- 92c714f
- Parents:
- cde0611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rebfe223 rb259485 2920 2920 self.iterateOverPolyModel(gatherPolyParams) 2921 2921 if self.chkMagnetism.isChecked() and self.chkMagnetism.isEnabled(): 2922 self.iterateOverMagnetModel( sgatherMagnetParams)2922 self.iterateOverMagnetModel(gatherMagnetParams) 2923 2923 2924 2924 if format=="":
Note: See TracChangeset
for help on using the changeset viewer.