Changeset 3605


Ignore:
Timestamp:
Sep 17, 2018 10:03:54 AM (5 years ago)
Author:
vondreele
Message:

fix bug in neutron resonant form factor calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIElem.py

    r3295 r3605  
    400400            D1 = T1**2+gam**2
    401401            D2 = T2**2+gam**2
    402             FP[i] = Re*(T0/D0+A*T1/D1+B*T2/D2)+BL[i]['BW-LS'][0]
     402            FP[i] = Re*(T0/D0+A*T1/D1+B*T2/D2)+BL['BW-LS'][0]
    403403            FPP[i] = -Im*(1/D0+A/D1+B/D2)
    404404        else:
Note: See TracChangeset for help on using the changeset viewer.