Changeset 3659
- Timestamp:
- Oct 9, 2018 11:20:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r3658 r3659 422 422 else: 423 423 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 426 425 newcell = TransformCell(controls[6:12],Trans) 427 426 MatsA = np.array([[1.,0.,0.],[0.,1.,0.],[1.,0,1.]]) … … 429 428 if not 70. < newcell[4] < 110.: 430 429 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 ') 432 431 if '_' in MSG[0]: 433 432 bns = MSG[0][2]
Note: See TracChangeset
for help on using the changeset viewer.