Changeset 3747


Ignore:
Timestamp:
Dec 1, 2018 4:09:56 PM (4 years ago)
Author:
vondreele
Message:

provide fix for missing reflection sets in LeBail? sequential refinements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r3737 r3747  
    23522352                    if Phases[phase]['General']['Type'] != 'magnetic':
    23532353                        if hapData['Babinet']['BabA'][0]:
    2354                             PrintBabinet(hapData['Babinet'])                       
     2354                            PrintBabinet(hapData['Babinet'])
     2355                if 'RefList' not in Histogram['Reflection Lists'][phase] and hapData['LeBail']:
     2356                    hapData['newLeBail'] = True
    23552357                if resetRefList and (not hapDict[pfx+'LeBail'] or (hapData['LeBail'] and hapData['newLeBail'])):
    23562358                    if hapData.get('LeBail',True):         #stop regeneating reflections for LeBail
Note: See TracChangeset for help on using the changeset viewer.