Ignore:
Timestamp:
Sep 7, 2018 4:57:51 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
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:
a758043
Parents:
04ce9ac
Message:

support fixed-choice shell parameters (e.g. spherical_sld.shape[n])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r04f775d r88ada06  
    27092709            self._model_model.removeRows(last_row, remove_rows) 
    27102710 
    2711         FittingUtilities.addShellsToModel(self.model_parameters, self._model_model, index) 
     2711        FittingUtilities.addShellsToModel( 
     2712                self.model_parameters, 
     2713                self._model_model, 
     2714                self.lstParams, 
     2715                index) 
     2716 
    27122717        self.current_shell_displayed = index 
    27132718 
Note: See TracChangeset for help on using the changeset viewer.