Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/ellipsoid.c

    r925ad6e r73e08ae  
    1818    const double r = radius_equatorial 
    1919                     * sqrt(1.0 + sin_alpha*sin_alpha*(ratio*ratio - 1.0)); 
    20     const double f = sas_3j1x_x(q*r); 
     20    const double f = sph_j1c(q*r); 
    2121 
    2222    return f*f; 
Note: See TracChangeset for help on using the changeset viewer.