Changeset f700b59 in sasmodels
- Timestamp:
- Mar 3, 2017 1:57:45 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:
- 19f996b
- Parents:
- 4903cfd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/pearl_necklace.c
rc3ccaec rf700b59 13 13 { 14 14 // number of string segments 15 num_pearls = floor(num_pearls + 0.5); //Force integer number of pearls16 15 const double num_strings = num_pearls - 1.0; 17 16
Note: See TracChangeset
for help on using the changeset viewer.