Ignore:
Timestamp:
Oct 26, 2018 6:39:39 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
9d23e4c, 722b7d6
Parents:
aed159f
Message:

More fixes from PK's CR

File:
1 edited

Legend:

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

    r8748751 r75906a1  
    33643364        else: 
    33653365            index = self.theory_item 
     3366        params = FittingUtilities.getStandardParam(self._model_model) 
    33663367        report_logic = ReportPageLogic(self, 
    33673368                                       kernel_module=self.kernel_module, 
    33683369                                       data=self.data, 
    33693370                                       index=index, 
    3370                                        model=self._model_model) 
     3371                                       params=params) 
    33713372 
    33723373        return report_logic.reportList() 
Note: See TracChangeset for help on using the changeset viewer.