Changeset 4536 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Aug 2, 2020 8:16:06 AM (3 years ago)
Author:
vondreele
Message:

supply missing default pink derivatives
fix "Bravais lattice" issues in Unit Cells List

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r4521 r4536  
    35563556        controls[5] = (SGData['SGLatt']+SGData['SGLaue']).replace('-','')
    35573557        if controls[5][1:] == 'm3': controls[5] += 'm'
    3558         if 'P3' in controls[5] or 'P-3' in controls[5]: controls[5] = 'P6/mmm'
     3558        if controls[5] in ['P3','P3m1','P31m','P6/m']: controls[5] = 'P6/mmm'
     3559        if controls[5] in ['P4/m',]: controls[5] = 'P4/mmm'
    35593560        if 'R' in controls[5]: controls[5] = 'R3-H'
    35603561        controls[6:13] = Cell[1:8]
     
    35643565            if not ssopt.get('Use',False):
    35653566                G2frame.dataWindow.RunSubGroupsMag.Enable(True)
    3566 #                G2frame.dataWindow.RunSubGroups.Enable(True)
    35673567        data = controls,bravais,cells,dminx,ssopt,magcells
    35683568        G2frame.GPXtree.SetItemPyData(UnitCellsId,data)
Note: See TracChangeset for help on using the changeset viewer.