Changeset 9c461c7 in sasmodels for sasmodels/models/ellipsoid.c


Ignore:
Timestamp:
Jan 21, 2016 2:47:17 AM (8 years ago)
Author:
piotr
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
790bcc4c
Parents:
9eaadb3
Message:
  1. Code review from PK: renamed J1c to sph_j1c
  2. Fixed mass_fractal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/ellipsoid.c

    r513efc5 r9c461c7  
    1010    const double u = q*requatorial*sqrt(1.0 
    1111                   + sin_alpha*sin_alpha*(ratio*ratio - 1.0)); 
    12     const double f = J1c(u); 
     12    const double f = sph_j1c(u); 
    1313 
    1414    return f*f; 
Note: See TracChangeset for help on using the changeset viewer.