Changeset 3420


Ignore:
Timestamp:
Jun 4, 2018 2:18:05 PM (6 years ago)
Author:
vondreele
Message:

update hkl lines after spin change (still does nothing, but this is needed)
show bin directory when GSAS-II starts

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r3123 r3420  
    2424if __name__ == '__main__':
    2525    try:
    26         GSASIIpath.SetBinaryPath()
     26        GSASIIpath.SetBinaryPath(True)
    2727    except:
    2828        print('Unable to run with current setup, do you want to update to the')
  • trunk/GSASIIpath.py

    r3372 r3420  
    723723if os.path.exists(os.path.expanduser('~/.G2local/')):
    724724    sys.path.insert(0,os.path.expanduser('~/.G2local/'))
    725     import glob
    726725    fl = glob.glob(os.path.expanduser('~/.G2local/GSASII*.py*'))
    727726    files = ""
  • trunk/GSASIIpwdGUI.py

    r3418 r3420  
    32773277        SGData['SpnFlp'] = SpnFlp
    32783278        SGData['MagSpGrp'] = G2spc.MagSGSym(SGData)
     3279        OnHklShow(None)
    32793280       
    32803281    def OnBNSlatt(event):
     
    32943295        OprNames,SpnFlp = G2spc.GenMagOps(SGData)
    32953296        SGData['SpnFlp'] = SpnFlp
     3297        OnHklShow(None)
    32963298           
    32973299    def OnShowSpins(event):
Note: See TracChangeset for help on using the changeset viewer.