Changeset d99b1a5 in sasview
- Timestamp:
- Sep 24, 2018 1:18:44 PM (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:
- 9d23e4c
- Parents:
- 80a327d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r80a327d rd99b1a5 2594 2594 2595 2595 # Update radius_effective if relevant 2596 self.update RadiusEffective(return_data)2596 self.updateEffectiveRadius(return_data) 2597 2597 2598 2598 def complete2D(self, return_data): … … 2614 2614 self.communicate.plotUpdateSignal.emit([plot]) 2615 2615 2616 def update RadiusEffective(self, return_data):2616 def updateEffectiveRadius(self, return_data): 2617 2617 """ 2618 2618 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.