Changeset 3465 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jul 10, 2018 11:41:00 AM (5 years ago)
Author:
vondreele
Message:

deal with export/import issues for mag cif files
fix bug for new phase - append atom (space group change problem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3462 r3465  
    14431443                        data['Histograms'][hist]['Mustrain'][4:6] = [NShkl*[0.01,],NShkl*[False,]]
    14441444                        data['Histograms'][hist]['HStrain'] = [NDij*[0.0,],NDij*[False,]]
    1445                 data['Drawing']['Atoms'] = []
     1445                if data['Drawing']: data['Drawing']['Atoms'] = []
    14461446                wx.CallAfter(UpdateGeneral)
    14471447               
Note: See TracChangeset for help on using the changeset viewer.