Changeset 4173 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Oct 8, 2019 1:34:14 PM (3 years ago)
Author:
vondreele
Message:

mag ss fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4172 r4173  
    20262026                text,table = G2spc.SSGPrint(generalData['SGData'],SSGData,not SGData['SGFixed'])
    20272027                msg = 'Superspace Group Information'
    2028                 G2G.SGMessageBox(General,msg,text,table).ShowModal()
     2028                G2G.SGMessageBox(General,msg,text,table,SGData.get('SpnFlp',[])).ShowModal()
    20292029           
    20302030            def OnSuperGp(event):   #for HKLF needs to reject SSgps not agreeing with modVec!
     
    20892089            modSizer.Add(wx.StaticText(General,label=' '+name.capitalize()+' structure controls: '),0,WACV)
    20902090            SGData = generalData['SGData']
    2091             SpGrp = SGData['SpGrp']
     2091            SpGrp = SGData.get('MagSpGrp',SGData['SpGrp'])
    20922092            if SGData['SGGray']:
    20932093                SpGrp += " 1'"
Note: See TracChangeset for help on using the changeset viewer.