Changeset 92583049 in sasview for src/sas/sasgui/perspectives/fitting/gpu_options.py
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
re2c0939 r92583049 79 79 #Check if SAS_OPENCL is already set as enviromental variable 80 80 self.sas_opencl = os.environ.get("SAS_OPENCL","") 81 81 82 82 for clopt in clinfo: 83 83 button = wx.CheckBox(self.panel1, -1, label=clopt[1], name=clopt[1]) … … 106 106 accept_btn = wx.Button(self, wx.ID_OK) 107 107 accept_btn.SetToolTipString("Accept new OpenCL settings. This will" 108 " over write SAS_OPENCL variable if set")108 " override SAS_OPENCL variable if set") 109 109 110 110 help_id = wx.NewId()
Note: See TracChangeset
for help on using the changeset viewer.