Changeset 1406
- Timestamp:
- Jul 3, 2014 10:50:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1404 r1406 1303 1303 1304 1304 # beginning of UpdateInstrumentGrid code 1305 #patch: make sure all parameter items are lists 1306 patched = 0 1307 for key in data: 1308 if type(data[key]) is tuple: 1309 data[key] = list(data[key]) 1310 patched += 1 1311 if patched: print patched,' instrument parameters changed from tuples' 1312 #end of patch 1305 1313 labelLst,elemKeysLst,dspLst,refFlgElem = [],[],[],[] 1306 1314 instkeys = keycheck(data.keys())
Note: See TracChangeset
for help on using the changeset viewer.