Changeset 2770 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Apr 2, 2017 8:15:22 AM (6 years ago)
Author:
vondreele
Message:

fix import new phase behavior - wasn't finishing properly
fix HKL display when cell parms changed in Unit Cells GUI
fix problem with newLeBail flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r2766 r2770  
    23052305                        if hapData['Babinet']['BabA'][0]:
    23062306                            PrintBabinet(hapData['Babinet'])                       
    2307                 if resetRefList and hapDict[pfx+'newLeBail']:
     2307                if resetRefList and (not hapDict[pfx+'LeBail'] or (hapData['LeBail'] and hapData['newLeBail'])):
    23082308                    if hapData.get('LeBail',True):         #stop regeneating reflections for LeBail
    23092309                        hapData['newLeBail'] = False
Note: See TracChangeset for help on using the changeset viewer.