Changeset 3787 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Jan 17, 2019 6:10:20 PM (4 years ago)
Author:
vondreele
Message:

remove stray print statement
fix issues with doing incommensurate cell refinements in Unit Cell List

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3786 r3787  
    34283428        A = G2lat.cell2A(cell)
    34293429        ibrav = bravaisSymb.index(controls[5])
    3430         controls[13] = SPGlist[controls[5]][0]       
     3430#        if not controls[13]: controls[13] = SPGlist[controls[5]][0]    #don't know if this is needed?   
    34313431        SGData = G2spc.SpcGroup(controls[13])[1]
    34323432        if 'C' in Inst['Type'][0] or 'PKS' in Inst['Type'][0]:
Note: See TracChangeset for help on using the changeset viewer.