Changeset 1470 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Aug 19, 2014 2:31:12 PM (9 years ago)
Author:
vondreele
Message:

fix missing 'outChannels' from imtrl files
fix bug re missing drawingData in MC/SA plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r1453 r1470  
    45174517        # UpdateMCSA executable code starts here
    45184518        MCSA.DestroyChildren()
     4519        if not data['Drawing']:                 #if new drawing - no drawing data!
     4520            SetupDrawingData()
    45194521        general = data['General']
    45204522        Amat,Bmat = G2lat.cell2AB(general['Cell'][1:7])
Note: See TracChangeset for help on using the changeset viewer.