Changeset 3745 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Nov 30, 2018 2:24:07 PM (5 years ago)
Author:
vondreele
Message:

fix dmin problem in Unit Cells cell refinement, etc.
add magnetic spin colors to SGMessageBox
fixes to mag moment modulation symmetry constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3737 r3745  
    30043004    if 'C' in Inst['Type'][0] or 'PKS' in Inst['Type'][0]:
    30053005        wave = G2mth.getWave(Inst)
    3006         dmin = max(1.0,G2lat.Pos2dsp(Inst,Limits[1]))
     3006#        dmin = max(1.0,G2lat.Pos2dsp(Inst,Limits[1]))
     3007        dmin = G2lat.Pos2dsp(Inst,Limits[1])
    30073008    else:
    30083009        difC = Inst['difC'][1]
    3009         dmin = max(1.0,G2lat.Pos2dsp(Inst,Limits[0]))
     3010#        dmin = max(1.0,G2lat.Pos2dsp(Inst,Limits[0]))
     3011        dmin = G2lat.Pos2dsp(Inst,Limits[0])
    30103012   
    30113013    def SetLattice(controls):
Note: See TracChangeset for help on using the changeset viewer.