Changeset 3406 for trunk/GSASIIphsGUI.py
- Timestamp:
- May 28, 2018 11:03:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3402 r3406 2424 2424 newPhase['Drawing'] = [] 2425 2425 2426 if ifMag and ifConstr: 2427 G2frame.GetUsedHistogramsAndPhasesfromTree() 2428 G2cnstG.MagConstraints(G2frame,data,newPhase,Trans,Vvec,atCodes) #data is old phase 2426 if ifConstr: 2427 G2cnstG.TransConstraints(G2frame,data,newPhase,Trans,Vvec,atCodes) #data is old phase 2429 2428 G2frame.GPXtree.SelectItem(sub) 2430 2429
Note: See TracChangeset
for help on using the changeset viewer.