Changeset bc7371fd in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Sep 7, 2018 5:16:55 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:
- b69b549
- Parents:
- a758043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
ra758043 rbc7371fd 170 170 """ 171 171 Update local ModelModel with sasmodel parameters (non-dispersed, non-magnetic) 172 Actually appends to model, if model and view params are not None. 173 Always returns list of lists of QStandardItems. 172 174 """ 173 175 if is2D: … … 286 288 """ 287 289 Find out multishell parameters and update the model with the requested number of them 290 Always appends to model. If view param is not None, supports fixed-choice params. 291 Returns list of lists of QStandardItems. 288 292 """ 289 293 multishell_parameters = getIterParams(parameters)
Note: See TracChangeset
for help on using the changeset viewer.