Changeset ec45c4f in sasmodels for sasmodels/models/onion.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/onion.py

    rb0696e1 rec45c4f  
    385385    # "A[1]": 0, "A[2]": -1, "A[3]": 1e-4, "A[4]": 1, 
    386386    } 
    387  
    388 oldname = "OnionExpShellModel" 
    389 oldpars = dict( 
    390     core_sld="sld_core0", 
    391     core_radius="rad_core0", 
    392     solvent_sld="sld_solv", 
    393     n="n_shells", 
    394     in_sld="sld_in_shell", 
    395     out_sld="sld_out_shell", 
    396     A="A_shell", 
    397     thickness="thick_shell", 
    398     # func_shell is always 2 in the user interface, so isn't included 
    399     ) 
Note: See TracChangeset for help on using the changeset viewer.