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

    r6f0e04f rec45c4f  
    194194            sld_shell = [2.0], 
    195195            thick_shell = [10]) 
    196  
    197 oldname = "CoreMultiShellModel" 
    198 oldpars = dict( 
    199     sld="sld_core0", 
    200     radius="rad_core0", 
    201     sld_solvent="sld_solv", 
    202     n="n_shells", 
    203     sld_shell="sld_in_shell", 
    204     thick_shell="thick_shell", 
    205     # func_shell is always 2 in the user interface, so isn't included 
    206     ) 
Note: See TracChangeset for help on using the changeset viewer.