Changeset 3420
- Timestamp:
- Jun 4, 2018 2:18:05 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r3123 r3420 24 24 if __name__ == '__main__': 25 25 try: 26 GSASIIpath.SetBinaryPath( )26 GSASIIpath.SetBinaryPath(True) 27 27 except: 28 28 print('Unable to run with current setup, do you want to update to the') -
trunk/GSASIIpath.py
r3372 r3420 723 723 if os.path.exists(os.path.expanduser('~/.G2local/')): 724 724 sys.path.insert(0,os.path.expanduser('~/.G2local/')) 725 import glob726 725 fl = glob.glob(os.path.expanduser('~/.G2local/GSASII*.py*')) 727 726 files = "" -
trunk/GSASIIpwdGUI.py
r3418 r3420 3277 3277 SGData['SpnFlp'] = SpnFlp 3278 3278 SGData['MagSpGrp'] = G2spc.MagSGSym(SGData) 3279 OnHklShow(None) 3279 3280 3280 3281 def OnBNSlatt(event): … … 3294 3295 OprNames,SpnFlp = G2spc.GenMagOps(SGData) 3295 3296 SGData['SpnFlp'] = SpnFlp 3297 OnHklShow(None) 3296 3298 3297 3299 def OnShowSpins(event):
Note: See TracChangeset
for help on using the changeset viewer.