Changeset d7baa51 in sasmodels
- Timestamp:
- Mar 19, 2016 9:53:57 AM (9 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:
- 19b9005
- Parents:
- a776125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/lib/sas_J1.c
ra776125 rd7baa51 206 206 207 207 //Finally J1c function that equals 2*J1(x)/x 208 double J1c(double x) {208 double sas_J1c(double x) { 209 209 return (x != 0.0 ) ? 2.0*J1(x)/x : 1.0; 210 210 }
Note: See TracChangeset
for help on using the changeset viewer.