Changeset 663d2a8 in sasmodels
- Timestamp:
- Mar 29, 2019 9:34:15 AM (6 years ago)
- Branches:
- master, core_shell_microgels, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
- Children:
- c1e44e5, 9d3a0e5, adb84f6, 77c91d0, de687d5
- Parents:
- 5e1875c (diff), 8973e0d (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. - git-author:
- Paul Kienzle <pkienzle@…> (03/29/19 09:34:15)
- git-committer:
- GitHub <noreply@…> (03/29/19 09:34:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernel_iq.c
r5e1875c r8973e0d 86 86 { 87 87 88 constdouble norm;88 double norm; 89 89 in_spin = clip(in_spin, 0.0, 1.0); 90 90 out_spin = clip(out_spin, 0.0, 1.0);
Note: See TracChangeset
for help on using the changeset viewer.