Changeset ec45c4f in sasmodels for sasmodels/models/spherical_sld.py


Ignore:
Timestamp:
Apr 4, 2016 6:45:36 PM (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:
3a45c2c, cd0a808
Parents:
f247314
Message:

remove oldname/oldpars from new models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/spherical_sld.py

    r6f0e04f rec45c4f  
    197197    background=0.0, 
    198198    npts_inter=35.0, 
    199     ) 
    200  
    201 oldname = "SphereSLDModel" 
    202 oldpars = dict( 
    203     #scale="scale", 
    204     #background='background', 
    205     #n_shells="n_shells", 
    206     radius_core='rad_core', 
    207     #sld_core='sld_core', 
    208     #sld_flat='sld_flat', 
    209     #thick_flat='thick_flat', 
    210     #func_inter='func_inter', 
    211     #thick_inter='thick_inter', 
    212     #inter_nu='nu_inter', 
    213     #npts_inter='npts_inter', 
    214     sld_solvent='sld_solv', 
    215199    ) 
    216200 
Note: See TracChangeset for help on using the changeset viewer.