Changeset 4536 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Aug 2, 2020 8:16:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r4521 r4536 3556 3556 controls[5] = (SGData['SGLatt']+SGData['SGLaue']).replace('-','') 3557 3557 if controls[5][1:] == 'm3': controls[5] += 'm' 3558 if 'P3' in controls[5] or 'P-3' in controls[5]: controls[5] = 'P6/mmm' 3558 if controls[5] in ['P3','P3m1','P31m','P6/m']: controls[5] = 'P6/mmm' 3559 if controls[5] in ['P4/m',]: controls[5] = 'P4/mmm' 3559 3560 if 'R' in controls[5]: controls[5] = 'R3-H' 3560 3561 controls[6:13] = Cell[1:8] … … 3564 3565 if not ssopt.get('Use',False): 3565 3566 G2frame.dataWindow.RunSubGroupsMag.Enable(True) 3566 # G2frame.dataWindow.RunSubGroups.Enable(True)3567 3567 data = controls,bravais,cells,dminx,ssopt,magcells 3568 3568 G2frame.GPXtree.SetItemPyData(UnitCellsId,data)
Note: See TracChangeset
for help on using the changeset viewer.