Changeset 3657 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 9, 2018 10:01:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3648 r3657 1306 1306 atomData = data['Atoms'] 1307 1307 for atom in atomData: 1308 if 'SS1' not in atom:1309 atom += [[],[],{'SS1':{'waveType':'Fourier','Sfrac':[],'Spos':[],'Sadp':[],'Smag':[]}}]1308 # if 'SS1' not in atom: 1309 # atom += [[],[],{'SS1':{'waveType':'Fourier','Sfrac':[],'Spos':[],'Sadp':[],'Smag':[]}}] 1310 1310 if 'waveType' in atom[-1]['SS1']: 1311 1311 waveType = atom[-1]['SS1']['waveType']
Note: See TracChangeset
for help on using the changeset viewer.