Changeset e29c798 in sasview
- Timestamp:
- Dec 20, 2016 6:07:29 AM (8 years ago)
- Children:
- 9010f5f
- Parents:
- ebaaf05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/gpu_options.py
rebaaf05 re29c798 108 108 d_index = 0 109 109 for device in platform.get_devices(): 110 combined_index = ":".join( str(p_index),str(d_index)) \110 combined_index = ":".join([str(p_index),str(d_index)]) \ 111 111 if len(platforms) > 1 else str(d_index) 112 112 clinfo.append((combined_index, ":".join([platform.name,device.name])))
Note: See TracChangeset
for help on using the changeset viewer.