Changeset 3659


Ignore:
Timestamp:
Oct 9, 2018 11:20:13 AM (4 years ago)
Author:
vondreele
Message:

apparent fix to P_A 21/c --> P 21/c mono transform; loose mag face center???

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIlattice.py

    r3658 r3659  
    422422        else:
    423423            return None
    424     elif 'mono' in SGData['SGSys'] and not 'P_A' in Phase['Name']:  #skip the one that doesn't work
    425 #        return None         #temp. disable
     424    elif 'mono' in SGData['SGSys']: # and not 'P_A' in Phase['Name']:  #skip the one that doesn't work
    426425        newcell = TransformCell(controls[6:12],Trans)
    427426        MatsA = np.array([[1.,0.,0.],[0.,1.,0.],[1.,0,1.]])
     
    429428        if not 70. < newcell[4] < 110.:
    430429            MSG[1] = MSG[1].replace('c','n')
    431             MSG[0] = MSG[0].replace('C_c','C_B').replace('P_A','P_I')
     430            MSG[0] = MSG[0].replace('C_c','C_B').replace('P_A','P ')
    432431            if '_' in MSG[0]:
    433432                bns = MSG[0][2]
Note: See TracChangeset for help on using the changeset viewer.