Changeset 439ffcd in sasmodels for sasmodels/models/onion.py


Ignore:
Timestamp:
Oct 30, 2017 9:29:12 AM (7 years ago)
Author:
gonzalezm
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
ee95012
Parents:
1f35235
Message:

Fixes #1006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/onion.py

    rca04add r439ffcd  
    318318profile_axes = ['Radius (A)', 'SLD (1e-6/A^2)'] 
    319319def profile(sld_core, radius_core, sld_solvent, n_shells, 
    320             sld_in, sld_out, thickness, A): 
     320            sld_in, sld_out, thickness, A, **kwargs): 
    321321    """ 
    322322    Returns shape profile with x=radius, y=SLD. 
Note: See TracChangeset for help on using the changeset viewer.