Changeset f67f26c in sasmodels for sasmodels/conversion_table.py


Ignore:
Timestamp:
Aug 1, 2016 5:32:52 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:
4edec6f
Parents:
58210db
Message:

multilayer vesicle: shell thickness is not an sld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    rf1765a2 rf67f26c  
    509509        "MultiShellModel", 
    510510        { 
     511            "radius": "core_radius", 
     512            "sld_solvent": "core_sld", 
     513            "n_pairs": "n_pairs", 
     514            "thick_shell": "s_thickness", 
    511515            "sld": "shell_sld", 
    512516            "thick_solvent": "w_thickness", 
    513             "thick_shell": "s_thickness", 
    514             "radius": "core_radius", 
    515             "sld_solvent": "core_sld" 
    516517        } 
    517518    ], 
Note: See TracChangeset for help on using the changeset viewer.