- Timestamp:
- Aug 8, 2014 12:55:23 PM (11 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- a953943
- Parents:
- 1726b21
- Location:
- Kernel
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Kernel/Kernel-Ellipse.cpp
ra42fec0 rae7d639 1 __kernel void EllipsoidKernel(const real radius_a_weight, const real radius_b_weight, const real axis_theta_weight, 2 const real axis_phi_weight, const real scale, const real radius_a, const real radius_b, const real sub, const real axis_theta, const real axis_phi, __global const real *qx, 1 __kernel void EllipsoidKernel(const real radius_a_weight, const real radius_b_weight, 2 const real axis_theta_weight, 3 const real axis_phi_weight, const real scale, const real radius_a, const real radius_b, 4 const real sub, const real axis_theta, const real axis_phi, __global const real *qx, 3 5 __global const real *qy, __global real *_ptvalue, const int length, const int size) 4 6 {
Note: See TracChangeset
for help on using the changeset viewer.