Changeset 473a9f1 in sasmodels for sasmodels/models/lib/sas_Si.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_Si.c

    rf719764 r473a9f1  
    11// integral of sin(x)/x Taylor series approximated to w/i 0.1% 
    2 double Si(double x); 
    3 double Si(double x) 
     2double sas_Si(double x); 
     3double sas_Si(double x) 
    44{ 
    55    if (x >= M_PI*6.2/4.0) { 
Note: See TracChangeset for help on using the changeset viewer.