Changeset 3cd1001 in sasmodels for sasmodels/models/onion.py


Ignore:
Timestamp:
Aug 30, 2016 5:57:21 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
b2377b0, 14a15a3
Parents:
8c6fbbc
Message:

onion: fix sld plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/onion.py

    r40a87fa r3cd1001  
    337337 
    338338    # add in the shells 
    339     for k in range(n_shells): 
     339    for k in range(int(n_shells)): 
    340340        # Left side of each shells 
    341341        z_current = z[-1] 
Note: See TracChangeset for help on using the changeset viewer.