Changeset 3466


Ignore:
Timestamp:
Jul 11, 2018 3:07:51 AM (5 years ago)
Author:
vondreele
Message:

fix SetUpGeneral? for appending incommensurate atom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3465 r3466  
    11911191            atomData = data['Atoms']
    11921192            for atom in atomData:
     1193                if 'SS1' not in atom:
     1194                    atom += [[],[],{'SS1':{'waveType':'Fourier','Sfrac':[],'Spos':[],'Sadp':[],'Smag':[]}}]
    11931195                if 'waveType' in atom[-1]['SS1']:
    11941196                    waveType = atom[-1]['SS1']['waveType']
Note: See TracChangeset for help on using the changeset viewer.