Changeset 4536


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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r4532 r4536  
    15451545                if alpName in varyList:
    15461546                    alp = parmDict[alpName]
     1547                    dada0 = dada1 = 0.0
    15471548                else:
    15481549                    alp = G2mth.getPinkalpha(parmDict,tth)
     
    15521553                if betName in varyList:
    15531554                    bet = parmDict[betName]
     1555                    dbdb0 = dbdb1 = 0.0
    15541556                else:
    15551557                    bet = G2mth.getPinkbeta(parmDict,tth)
  • 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.