Changeset 5267


Ignore:
Timestamp:
Apr 19, 2022 5:32:04 PM (11 months ago)
Author:
toby
Message:

error w/LeBail flag not set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r5266 r5267  
    28922892                        if hapData['Babinet']['BabA'][0]:
    28932893                            PrintBabinet(hapData['Babinet'])
    2894                 if resetRefList and (not hapDict.get(phx+'LeBail') or (hapData.get('LeBail',False) and Controls.get('newLeBail',False))):
     2894                if resetRefList and (not hapDict.get(pfx+'LeBail') or (hapData.get('LeBail',False) and Controls.get('newLeBail',False))):
    28952895                    Scale = Histogram['Sample Parameters']['Scale'][0]      #for initializing reflection structure factors.
    28962896                    StartI = hapData['Scale'][0]*Scale
Note: See TracChangeset for help on using the changeset viewer.