Changeset 3751


Ignore:
Timestamp:
Dec 4, 2018 11:49:39 AM (4 years ago)
Author:
vondreele
Message:

fix bug in GetHistogramPhaseData? for reflection generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r3747 r3751  
    23532353                        if hapData['Babinet']['BabA'][0]:
    23542354                            PrintBabinet(hapData['Babinet'])
    2355                 if 'RefList' not in Histogram['Reflection Lists'][phase] and hapData['LeBail']:
     2355                if phase in Histogram['Reflection Lists'] and 'RefList' not in Histogram['Reflection Lists'][phase] and hapData['LeBail']:
    23562356                    hapData['newLeBail'] = True
    23572357                if resetRefList and (not hapDict[pfx+'LeBail'] or (hapData['LeBail'] and hapData['newLeBail'])):
Note: See TracChangeset for help on using the changeset viewer.