Changeset 2820 for trunk/GSASIIpwdGUI.py
- Timestamp:
- May 4, 2017 4:06:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r2817 r2820 33 33 import GSASIIpwd as G2pwd 34 34 import GSASIIIO as G2IO 35 import GSASIIobj as G2obj 35 36 import GSASIIlattice as G2lat 36 37 import GSASIIspc as G2spc … … 3158 3159 E,SGData = G2spc.SpcGroup(controls[13]) 3159 3160 G2frame.PatternTree.SetItemPyData(sub, \ 3160 G2 IO.SetNewPhase(Name=PhaseName,SGData=SGData,cell=cell[1:],Super=ssopt))3161 G2obj.SetNewPhase(Name=PhaseName,SGData=SGData,cell=cell[1:],Super=ssopt)) 3161 3162 Status.SetStatusText('Change space group from '+str(controls[13])+' if needed') 3162 3163 finally:
Note: See TracChangeset
for help on using the changeset viewer.