Changeset 3735
- Timestamp:
- Nov 16, 2018 2:43:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r3734 r3735 1305 1305 if iA in [0,1,2]: 1306 1306 parm = '%d::A%s'%(pId,iA) 1307 elif iA == 3 and SGUniq == ' a':1307 elif iA == 3 and SGUniq == 'c': 1308 1308 parm = '%d::A%s'%(pId,iA) 1309 1309 elif iA == 4 and SGUniq == 'b': 1310 1310 parm = '%d::A%s'%(pId,iA) 1311 elif iA == 5 and SGUniq == ' c':1311 elif iA == 5 and SGUniq == 'a': 1312 1312 parm = '%d::A%s'%(pId,iA) 1313 1313 else:
Note: See TracChangeset
for help on using the changeset viewer.