Changeset 47fb816 in sasmodels for sasmodels/models/lib/polevl.c


Ignore:
Timestamp:
Oct 12, 2018 3:44:26 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
b0de252
Parents:
0db7dbd (diff), 353e899 (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.
Message:

Merge branch 'master' into cuda-test

File:
1 edited

Legend:

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

    r447e9aa r0db7dbd  
    5151*/ 
    5252 
    53 double polevl( double x, constant double *coef, int N ); 
    54 double polevl( double x, constant double *coef, int N ) 
     53__device__ static 
     54double polevl( double x, constant_par double *coef, int N ) 
    5555{ 
    5656 
     
    7272 */ 
    7373 
    74 double p1evl( double x, constant double *coef, int N ); 
    75 double p1evl( double x, constant double *coef, int N ) 
     74__device__ static 
     75double p1evl( double x, constant_par double *coef, int N ) 
    7676{ 
    7777    int i=0; 
Note: See TracChangeset for help on using the changeset viewer.