Changeset 3787


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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIindex.py

    r3783 r3787  
    584584    result = so.leastsq(errFitZSS,values,Dfun=dervFitZSS,full_output=True,ftol=1.e-6,
    585585        args=(ibrav,Peaks[8],Peaks[4:8],Peaks[0],wave,V,Vref,Z,Zref))
    586     print(result)
    587586    A = Values2A(ibrav,result[0])
    588587    Vec = Values2Vec(ibrav,V,Vref,result[0])
  • 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.