Changeset 3443 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jun 19, 2018 3:10:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3439 r3443 3095 3095 A = G2lat.cell2A(cell) 3096 3096 ibrav = bravaisSymb.index(controls[5]) 3097 controls[13] = SPGlist[ ibrav][0]3097 controls[13] = SPGlist[controls[5]][0] 3098 3098 SGData = G2spc.SpcGroup(controls[13])[1] 3099 3099 if 'C' in Inst['Type'][0] or 'PKS' in Inst['Type'][0]:
Note: See TracChangeset
for help on using the changeset viewer.