Changeset 3787 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jan 17, 2019 6:10:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3786 r3787 3428 3428 A = G2lat.cell2A(cell) 3429 3429 ibrav = bravaisSymb.index(controls[5]) 3430 controls[13] = SPGlist[controls[5]][0]3430 # if not controls[13]: controls[13] = SPGlist[controls[5]][0] #don't know if this is needed? 3431 3431 SGData = G2spc.SpcGroup(controls[13])[1] 3432 3432 if 'C' in Inst['Type'][0] or 'PKS' in Inst['Type'][0]:
Note: See TracChangeset
for help on using the changeset viewer.