Changeset 3f853beb in sasmodels
- Timestamp:
- Mar 3, 2017 2:34:15 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:
- 1bd1ea2
- Parents:
- 1c6286d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/pearl_necklace.c
rf700b59 r3f853beb 13 13 { 14 14 // number of string segments 15 const double num_strings = num_pearls - 1.0;15 const int num_strings = num_pearls - 1; 16 16 17 17 //each masses: contrast * volume
Note: See TracChangeset
for help on using the changeset viewer.