Changeset 9863343 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Oct 25, 2017 7:58:46 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:
- c31d41e7
- Parents:
- 37be27f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
ra6cd8d1 r9863343 623 623 def actionGPU_Options(self): 624 624 """ 625 """ 626 if getattr(self._current_perspective, "gpu_options_widget"): 625 Load the OpenCL selection dialog if the fitting perspective is active 626 """ 627 if hasattr(self._current_perspective, "gpu_options_widget"): 627 628 self._current_perspective.gpu_options_widget.show() 628 629 pass
Note: See TracChangeset
for help on using the changeset viewer.