Changeset d99b1a5 in sasview


Ignore:
Timestamp:
Sep 24, 2018 11:18:44 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_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
9d23e4c
Parents:
80a327d
Message:

rename updateRadiusEffective → updateEffectiveRadius

File:
1 edited

Legend:

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

    r80a327d rd99b1a5  
    25942594 
    25952595        # Update radius_effective if relevant 
    2596         self.updateRadiusEffective(return_data) 
     2596        self.updateEffectiveRadius(return_data) 
    25972597 
    25982598    def complete2D(self, return_data): 
     
    26142614            self.communicate.plotUpdateSignal.emit([plot]) 
    26152615 
    2616     def updateRadiusEffective(self, return_data): 
     2616    def updateEffectiveRadius(self, return_data): 
    26172617        """ 
    26182618        Given return data from sasmodels, update the effective radius parameter in the GUI table with the new 
Note: See TracChangeset for help on using the changeset viewer.