Changeset 9901384 in sasmodels
- Timestamp:
- Apr 14, 2017 8:25:49 AM (8 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 2a0b2b1
- Parents:
- f39759c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernel_header.c
rb00a646 r9901384 164 164 SINCOS(phi*M_PI_180, sn, cn); \ 165 165 q = sqrt(qx*qx + qy*qy); \ 166 cn 166 cn = (q==0. ? 1.0 : (cn*qx + sn*qy)/q * sin(theta*M_PI_180)); \ 167 167 sn = sqrt(1 - cn*cn); \ 168 168 } while (0)
Note: See TracChangeset
for help on using the changeset viewer.