Changeset 3171 for trunk/testSSymbols.py


Ignore:
Timestamp:
Dec 3, 2017 3:09:20 PM (5 years ago)
Author:
vondreele
Message:

fix missing window size parameter
changes to super symmetry selection stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testSSymbols.py

    r3170 r3171  
    6161                   
    6262        def OnExhaustive(event):
    63             SpGrp = Data['SGData']['SGLatt']+Data['SGData']['SGLaue']
    64             SpGrp = G2spc.StandardizeSpcName(SpGrp)
    65             SSList = G2spc.ssdict.get(SpGrp,['',])
     63            latt = Data['SGData']['SGLatt']+Data['SGData']['SGPtGrp']
     64            SSList = G2spc.ptssdict.get(latt,['',])
    6665            for SSymbol in SSList:
    6766                E,SSGData = G2spc.SSpcGroup(Data['SGData'],SSymbol)
Note: See TracChangeset for help on using the changeset viewer.