Changeset 1486
- Timestamp:
- Sep 4, 2014 12:35:40 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1483 r1486 59 59 print('*******************************************************') 60 60 loc = os.path.dirname(__file__) 61 import subprocess 61 62 subprocess.Popen([sys.executable,os.path.join(loc,'GSASII.py')]) 62 63 sys.exit() -
trunk/GSASIIphsGUI.py
r1474 r1486 3134 3134 shModels = ['cylindrical','none','shear - 2/m','rolling - mmm'] 3135 3135 SamSym = dict(zip(shModels,['0','-1','2/m','mmm'])) 3136 if generalData['doPawley'] and G2gd.GetPatternTreeItemId(G2frame,G2frame.root,'Sequential results'):3137 G2frame.dataFrame.RefineTexture.Enable(True)3138 3136 shAngles = ['omega','chi','phi'] 3139 3137 if Texture.GetSizer():
Note: See TracChangeset
for help on using the changeset viewer.