Changeset d7baa51 in sasmodels


Ignore:
Timestamp:
Mar 19, 2016 9:53:57 AM (8 years ago)
Author:
wojciech
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:
19b9005
Parents:
a776125
Message:

sas_J1c function added to sas_J1.c

File:
1 edited

Legend:

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

    ra776125 rd7baa51  
    206206 
    207207//Finally J1c function that equals 2*J1(x)/x 
    208 double J1c(double x) { 
     208double sas_J1c(double x) { 
    209209    return (x != 0.0 ) ? 2.0*J1(x)/x : 1.0; 
    210210} 
Note: See TracChangeset for help on using the changeset viewer.