Changeset daeef4c in sasmodels for sasmodels/kernel_header.c


Ignore:
Timestamp:
Jan 17, 2017 3:42:48 AM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
54f1d96, 3a45c2c
Parents:
7c2935c (diff), 6c3e266 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
celinedurniak <celinedurniak@…> (01/17/17 03:42:48)
git-committer:
GitHub <noreply@…> (01/17/17 03:42:48)
Message:

Merge pull request #24 from SasView?/ticket804

Ticket804

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel_header.c

    rb7e8b94 rdaeef4c  
    146146inline double square(double x) { return x*x; } 
    147147inline double cube(double x) { return x*x*x; } 
    148 inline double sinc(double x) { return x==0 ? 1.0 : sin(x)/x; } 
     148inline double sas_sinx_x(double x) { return x==0 ? 1.0 : sin(x)/x; } 
    149149 
    150150#if 1 
Note: See TracChangeset for help on using the changeset viewer.