Changeset 7d256c8 in sasmodels
- Timestamp:
- Jan 21, 2016 2:43:17 PM (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:
- eb46451
- Parents:
- 0da2a01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/lib/Si.c
r0420af7 r7d256c8 4 4 double Si(double x) 5 5 { 6 int i;7 int nmax=10;8 6 double out; 9 long power;10 7 double pi = 4.0*atan(1.0); 11 8
Note: See TracChangeset
for help on using the changeset viewer.