Changeset 3619 for trunk/GSASIIphsGUI.py
- Timestamp:
- Sep 25, 2018 11:07:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3617 r3619 2464 2464 PatternId = G2gd.GetGPXtreeItemId(G2frame,G2frame.root,PatternName) 2465 2465 UnitCellsId = G2gd.GetGPXtreeItemId(G2frame,PatternId, 'Unit Cells List') 2466 magData = G2frame.GPXtree.GetItemPyData(UnitCellsId)[5] 2466 UCdata = G2frame.GPXtree.GetItemPyData(UnitCellsId) 2467 magData = UCdata[5] 2467 2468 magKeep = [] 2468 2469 magIds = [] … … 2540 2541 G2cnstG.TransConstraints(G2frame,data,newPhase,magchoice['Trans'],vvec,atCodes) #data is old phase 2541 2542 G2frame.newGPXfile = phaseName+'.gpx' 2543 UCdata[5] = [] #clear away other mag choices from chem phase in new project 2544 G2frame.GPXtree.SetItemPyData(UnitCellsId,UCdata) 2542 2545 G2frame.OnFileSaveas(event) 2543 2546 G2frame.GPXtree.SelectItem(sub)
Note: See TracChangeset
for help on using the changeset viewer.