Changeset 3464 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jul 9, 2018 1:35:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3460 r3464 3042 3042 controls[4] = 1 3043 3043 controls[5] = (SGData['SGLatt']+SGData['SGLaue']).replace('-','') 3044 if 'R' in controls[5]: controls[5] = 'R3-H' 3044 3045 controls[6:12] = Cell[1:8] 3045 3046 controls[13] = spaceGroups[bravaisSymb.index(controls[5])] … … 3059 3060 controls[4] = 1 3060 3061 controls[5] = (SGData['SGLatt']+SGData['SGLaue']).replace('-','') 3062 if 'R' in controls[5]: controls[5] = 'R3-H' 3061 3063 controls[6:12] = Cell[1:8] 3062 3064 controls[13] = spaceGroups[bravaisSymb.index(controls[5])]
Note: See TracChangeset
for help on using the changeset viewer.