Changeset 3334 for trunk/GSASIIspc.py
- Timestamp:
- Apr 2, 2018 5:00:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r3320 r3334 435 435 IOpr = [-Opr[0],-Opr[1]] 436 436 SGTable.append('(%2d) %s'%(i+1,MT2text(IOpr))) 437 if SGData.get('SGGray',False) :437 if SGData.get('SGGray',False) and not SGData.get('SGFixed',False): 438 438 SGTable.append(" for 1'") 439 439 for i,Opr in enumerate(SGData['SGOps']):
Note: See TracChangeset
for help on using the changeset viewer.