Changeset 3622


Ignore:
Timestamp:
Sep 26, 2018 3:45:46 PM (5 years ago)
Author:
vondreele
Message:

fix for P2221 problem - shift of 1/400 needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIlattice.py

    r3621 r3622  
    388388        if lattSym != 'abc':
    389389            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
    390396            Bns = ''
    391397            if bns:
Note: See TracChangeset for help on using the changeset viewer.