Changeset 14fa542 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
- Timestamp:
- Oct 24, 2017 8:54:24 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- a6cd8d1
- Parents:
- 06ce180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
r06ce180 r14fa542 63 63 64 64 # GPU Options 65 self.gpu_options_widget = GPUOptions( )65 self.gpu_options_widget = GPUOptions(self) 66 66 67 67 self.menu_manager = ModelUtilities.ModelManager()
Note: See TracChangeset
for help on using the changeset viewer.