Changeset 74e9b5f in sasmodels for sasmodels/models/lib/polevl.c
- Timestamp:
- Oct 12, 2018 10:52:48 PM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 4de14584
- Parents:
- b0de252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/lib/polevl.c
r0db7dbd r74e9b5f 51 51 */ 52 52 53 __device__static54 double polevl( double x, constant_pardouble *coef, int N )53 static 54 double polevl( double x, pconstant double *coef, int N ) 55 55 { 56 56 … … 72 72 */ 73 73 74 __device__static75 double p1evl( double x, constant_pardouble *coef, int N )74 static 75 double p1evl( double x, pconstant double *coef, int N ) 76 76 { 77 77 int i=0;
Note: See TracChangeset
for help on using the changeset viewer.