Changeset 473a9f1 in sasmodels for sasmodels/models/lib/sas_3j1x_x.c


Ignore:
Timestamp:
Jan 11, 2017 7:31:27 AM (7 years ago)
Author:
wojciech
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
1e7b0db0
Parents:
fcb33e4
Message:

Changed function and files names in lib to comply with new standards

File:
1 moved

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lib/sas_3j1x_x.c

    rba32cdd r473a9f1  
    77* using double precision that are the source. 
    88*/ 
    9 double sph_j1c(double q); 
     9double sas_3j1x_x(double q); 
    1010 
    1111// The choice of the number of terms in the series and the cutoff value for 
     
    4444#endif 
    4545 
    46 double sph_j1c(double q) 
     46double sas_3j1x_x(double q) 
    4747{ 
    4848    if (q < SPH_J1C_CUTOFF) { 
Note: See TracChangeset for help on using the changeset viewer.