Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/spherepy.py

    reb69cce rd2950f4  
    118118    g[low] = sqrt(1 - dlow2 / 4.) * (1 + dlow2 / 8.) + dlow2 / 2.*(1 - dlow2 / 16.) * log(dlow / (2. + sqrt(4. - dlow2))) 
    119119    return g 
    120 sesans.vectorized = True  # sesans accepts and array of z values 
     120sesans.vectorized = True  # sesans accepts an array of z values 
    121121 
    122122def ER(radius): 
Note: See TracChangeset for help on using the changeset viewer.