Changeset ead25cb in sasmodels
- Timestamp:
- Jan 16, 2018 9:51:49 AM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- e9ed2de
- Parents:
- 9149238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/lib/gauss150.c
r74768cb read25cb 16 16 #define GAUSS_W Gauss150Wt 17 17 18 // Note: using array size 152 so that it is a multiple of 419 18 20 // Gaussians 19 // Note: using array size 152 rather than 150 so that it is a multiple of 4. 20 // Some OpenCL devices prefer that vectors start and end on nice boundaries. 21 21 constant double Gauss150Z[152]={ 22 22 -0.9998723404457334, … … 170 170 0.9993274305065947, 171 171 0.9998723404457334, 172 0., 173 0. 172 0., // zero padding is ignored 173 0. // zero padding is ignored 174 174 }; 175 175 … … 325 325 0.0007624720924706, 326 326 0.0003276086705538, 327 0., 328 0. 327 0., // zero padding is ignored 328 0. // zero padding is ignored 329 329 };
Note: See TracChangeset
for help on using the changeset viewer.