Changeset 3443 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Jun 19, 2018 3:10:09 PM (5 years ago)
Author:
vondreele
Message:

fix bug in refining lattice parameters from peak fit positions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3439 r3443  
    30953095        A = G2lat.cell2A(cell)
    30963096        ibrav = bravaisSymb.index(controls[5])
    3097         controls[13] = SPGlist[ibrav][0]       
     3097        controls[13] = SPGlist[controls[5]][0]       
    30983098        SGData = G2spc.SpcGroup(controls[13])[1]
    30993099        if 'C' in Inst['Type'][0] or 'PKS' in Inst['Type'][0]:
Note: See TracChangeset for help on using the changeset viewer.