Changeset 343


Ignore:
Timestamp:
Aug 8, 2011 11:14:18 AM (12 years ago)
Author:
vondreele
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r342 r343  
    515515    Df /= np.sum(Df)
    516516    Df = si.interp1d(x,Df,bounds_error=False,fill_value=0.0)
    517     return intens*Df(xdata)*DX/dx       #*10 to get close to old fxn???
     517    return intens*Df(xdata)*DX/dx
    518518                                   
    519519def getPeakProfile(parmDict,xdata,varyList,bakType):
Note: See TracChangeset for help on using the changeset viewer.