Changeset 592343f in sasmodels for sasmodels/models/core_shell_bicelle.c


Ignore:
Timestamp:
Jan 11, 2017 8:36:37 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:
4b541ac
Parents:
925ad6e
Message:

sas_J1c translated to sas_2J1x_x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_bicelle.c

    r1e7b0db0 r592343f  
    5555    double sinarg2 = qq*(length+facthick)*cos_alpha; 
    5656 
    57     be1 = sas_J1c(besarg1); 
    58     be2 = sas_J1c(besarg2); 
     57    be1 = sas_2J1x_x(besarg1); 
     58    be2 = sas_2J1x_x(besarg2); 
    5959    si1 = sas_sinx_x(sinarg1); 
    6060    si2 = sas_sinx_x(sinarg2); 
Note: See TracChangeset for help on using the changeset viewer.