Changeset 3466
- Timestamp:
- Jul 11, 2018 3:07:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3465 r3466 1191 1191 atomData = data['Atoms'] 1192 1192 for atom in atomData: 1193 if 'SS1' not in atom: 1194 atom += [[],[],{'SS1':{'waveType':'Fourier','Sfrac':[],'Spos':[],'Sadp':[],'Smag':[]}}] 1193 1195 if 'waveType' in atom[-1]['SS1']: 1194 1196 waveType = atom[-1]['SS1']['waveType']
Note: See TracChangeset
for help on using the changeset viewer.