Changeset 4f79d94 in sasmodels
- Timestamp:
- Oct 16, 2016 12:25:50 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- ff1fff5
- Parents:
- 68425bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/binary_hard_sphere.c
r3a48772 r4f79d94 58 58 qr2 = r2*q; 59 59 60 //if (qr1 == 0){61 //sc1 = 1.0/3.0;62 //}else{63 //sc1 = (sin(qr1)-qr1*cos(qr1))/qr1/qr1/qr1;64 //}65 //if (qr2 == 0){66 //sc2 = 1.0/3.0;67 //}else{68 //sc2 = (sin(qr2)-qr2*cos(qr2))/qr2/qr2/qr2;69 //}70 60 sc1 = sph_j1c(qr1); 71 61 sc2 = sph_j1c(qr2);
Note: See TracChangeset
for help on using the changeset viewer.