Changeset 16c1297 in sasview for src/sas/sasgui/perspectives/fitting/fitting.py
- Timestamp:
- Nov 29, 2016 6:59:59 AM (8 years ago)
- Children:
- 9fdf302
- Parents:
- c2cb772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fitting.py
rf78c7d2 r16c1297 194 194 195 195 self.id_gpu_options_panel = wx.NewId() 196 self.menu1.Append(self.id_gpu_options_panel, " GPU Options", "Choose how to compile models")196 self.menu1.Append(self.id_gpu_options_panel, "OpenCL Options", "Choose OpenCL driver or turn it off") 197 197 wx.EVT_MENU(owner, self.id_gpu_options_panel, self.on_gpu_options) 198 198
Note: See TracChangeset
for help on using the changeset viewer.