Changeset 3622
- Timestamp:
- Sep 26, 2018 3:45:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r3621 r3622 388 388 if lattSym != 'abc': 389 389 NSG = G2spc.altSettingOrtho[SpGrp][SGsym].replace("'",'').split(' ') 390 if ' '.join(NSG) in ['P 2 21 2',]: 391 Uvec[1] += .25 392 elif ' '.join(NSG) in ['P 21 2 2',]: 393 Uvec[0] += .25 394 elif ' '.join(NSG) in ['P 2 2 21',]: 395 Uvec[2] += .25 390 396 Bns = '' 391 397 if bns:
Note: See TracChangeset
for help on using the changeset viewer.