Changeset 3703 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Oct 24, 2018 4:30:34 PM (5 years ago)
Author:
vondreele
Message:

refactoring of GetSSfxuinel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3693 r3703  
    50055005                            if waveTyp in ['ZigZag','Block','SawTooth','Crenel']:
    50065006                                nx = 1
    5007                             CSI = G2spc.GetSSfxuinel(waveTyp,Stype,1,xyz,SGData,SSGData,debug=True)[0]
     5007                            CSI = G2spc.GetSSfxuinel(waveTyp,Stype,1,xyz,SGData,SSGData)[0]
    50085008                        else:
    5009                             CSI = G2spc.GetSSfxuinel('Fourier',Stype,iwave+1-nx,xyz,SGData,SSGData)
     5009                            CSI = G2spc.GetSSfxuinel('Fourier',Stype,iwave+1-nx,xyz,SGData,SSGData)[0]
    50105010                        waveName = 'Fourier'
    50115011                        if Stype == 'Sfrac':
Note: See TracChangeset for help on using the changeset viewer.