Changeset 74e9b5f in sasmodels for sasmodels/models/lib/gauss76.c


Ignore:
Timestamp:
Oct 12, 2018 8:52:48 PM (6 years ago)
Author:
pkienzle
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
Message:

autotag functions as device functions for cuda. Refs #1076.

File:
1 edited

Legend:

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

    r0db7dbd r74e9b5f  
    1111 
    1212// Gaussians 
    13 constant_var double Gauss76Wt[76] = { 
     13constant double Gauss76Wt[76] = { 
    1414        .00126779163408536,             //0 
    1515        .00294910295364247, 
     
    9090}; 
    9191 
    92 constant_var double Gauss76Z[76] = { 
     92constant double Gauss76Z[76] = { 
    9393        -.999505948362153,              //0 
    9494        -.997397786355355, 
Note: See TracChangeset for help on using the changeset viewer.