Changeset 3f853beb in sasmodels


Ignore:
Timestamp:
Mar 3, 2017 2:34:15 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

pearl necklace: num_strings is an integer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/pearl_necklace.c

    rf700b59 r3f853beb  
    1313{ 
    1414    // number of string segments 
    15     const double num_strings = num_pearls - 1.0; 
     15    const int num_strings = num_pearls - 1; 
    1616 
    1717    //each masses: contrast * volume 
Note: See TracChangeset for help on using the changeset viewer.