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


Ignore:
Timestamp:
Apr 4, 2016 4: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_shell_bicelle.py

    raad336c rec45c4f  
    102102            phi=0) 
    103103 
    104 oldname = 'CoreShellBicelleModel' 
    105  
    106 oldpars = dict(sld_core='core_sld', sld_face='face_sld', sld_rim='rim_sld', 
    107                sld_solvent='solvent_sld', rim_thickness='rim_thick', 
    108                face_thickness='face_thick', 
    109                theta='axis_theta', 
    110                phi='axis_phi') 
    111  
    112104qx, qy = 0.4 * cos(90), 0.5 * sin(0) 
    113105tests = [ 
Note: See TracChangeset for help on using the changeset viewer.