Changeset 19b9005 in sasmodels


Ignore:
Timestamp:
Mar 19, 2016 10:10:16 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:
e79f0a5
Parents:
d7baa51
Message:

Bug fix in J1c function

File:
1 edited

Legend:

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

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