Changeset 2126131 in sasmodels for sasmodels/models/pearl_necklace.py


Ignore:
Timestamp:
Oct 17, 2016 11:38:58 AM (8 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:
f719764
Parents:
9762341
Message:

pearl necklace: code cleanup; use sph_j1c; force num_pearls to integer in form_volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/pearl_necklace.py

    r4962519 r2126131  
    9292             ] 
    9393 
    94 source = ["lib/Si.c", "pearl_necklace.c"] 
     94source = ["lib/Si.c", "lib/sph_j1c.c", "pearl_necklace.c"] 
    9595single = False  # use double precision unless told otherwise 
    9696 
Note: See TracChangeset for help on using the changeset viewer.