Changeset 4173 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 8, 2019 1:34:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4172 r4173 2026 2026 text,table = G2spc.SSGPrint(generalData['SGData'],SSGData,not SGData['SGFixed']) 2027 2027 msg = 'Superspace Group Information' 2028 G2G.SGMessageBox(General,msg,text,table ).ShowModal()2028 G2G.SGMessageBox(General,msg,text,table,SGData.get('SpnFlp',[])).ShowModal() 2029 2029 2030 2030 def OnSuperGp(event): #for HKLF needs to reject SSgps not agreeing with modVec! … … 2089 2089 modSizer.Add(wx.StaticText(General,label=' '+name.capitalize()+' structure controls: '),0,WACV) 2090 2090 SGData = generalData['SGData'] 2091 SpGrp = SGData ['SpGrp']2091 SpGrp = SGData.get('MagSpGrp',SGData['SpGrp']) 2092 2092 if SGData['SGGray']: 2093 2093 SpGrp += " 1'"
Note: See TracChangeset
for help on using the changeset viewer.