Changeset 5990185 in sasview
- Timestamp:
- Sep 17, 2018 8:22:56 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:
- db500cb
- Parents:
- 3ae70f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
r3ae70f9 r5990185 598 598 data1d.name = "{} polydispersity".format(name) 599 599 data1d.id = data1d.name # placeholder, has to be completed later 600 data1d.plot_role = Data1D.ROLE_ DELETABLE600 data1d.plot_role = Data1D.ROLE_RESIDUAL 601 601 plots.append(data1d) 602 602 return plots
Note: See TracChangeset
for help on using the changeset viewer.