Changeset 3438 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 18, 2018 11:35:30 AM (5 years ago)
Author:
vondreele
Message:

g2strIO
fix magnetic hkl extinctions in reflection generation
remove Uniq & Phi - never used
change all config 'debug' out put to have 'DBG' in message - many places
fix phoenix decode problem for Comments
Display transformation math on Transform dialog box & labels on matrix & vectors
use a general exception in getSelection (G2plot line 7141) to avoid crashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r3429 r3438  
    71397139        try:
    71407140            return G2frame.phaseDisplay.GetSelection()
    7141         except AttributeError:
     7141        except:
    71427142            G2frame.G2plotNB.status.SetStatusText('Select this from Phase data window!',1)
    71437143            return 0
Note: See TracChangeset for help on using the changeset viewer.