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/GSASIIconstrGUI.py

    r3413 r3438  
    11061106            if 'DELETED' in str(PhaseConstr):   #seems to be no other way to do this (wx bug)
    11071107                if GSASIIpath.GetConfigValue('debug'):
    1108                     print ('wx error: PhaseConstr not cleanly deleted after Refine')
     1108                    print ('DBG_wx error: PhaseConstr not cleanly deleted after Refine')
    11091109                return
    11101110            UpdateConstraintPanel(PhaseConstr,'Phase')
     
    16441644        if 'DELETED' in str(G2frame.GetStatusBar()):   #seems to be no other way to do this (wx bug)
    16451645            if GSASIIpath.GetConfigValue('debug'):
    1646                 print ('wx error: Rigid Body/Status not cleanly deleted after Refine')
     1646                print ('DBG_wx error: Rigid Body/Status not cleanly deleted after Refine')
    16471647            return
    16481648        SetStatusLine(' You may use e.g. "c60" or "s60" for a vector entry')
Note: See TracChangeset for help on using the changeset viewer.