Changeset 3703 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 24, 2018 4:30:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3693 r3703 5005 5005 if waveTyp in ['ZigZag','Block','SawTooth','Crenel']: 5006 5006 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] 5008 5008 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] 5010 5010 waveName = 'Fourier' 5011 5011 if Stype == 'Sfrac':
Note: See TracChangeset
for help on using the changeset viewer.