Changeset 3657 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Oct 9, 2018 10:01:06 AM (5 years ago)
Author:
vondreele
Message:

un do fix in version 3466 - broke all incommensurate structures
add I-centered monoclinics to "standard" list; conversion of bad C- to good I- magnetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3648 r3657  
    13061306            atomData = data['Atoms']
    13071307            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':[]}}]
    13101310                if 'waveType' in atom[-1]['SS1']:
    13111311                    waveType = atom[-1]['SS1']['waveType']
Note: See TracChangeset for help on using the changeset viewer.