Changeset 5f1acda in sasmodels


Ignore:
Timestamp:
Oct 1, 2016 8:04:10 PM (7 years ago)
Author:
butler
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:
d247047
Parents:
2f46e83
Message:

add back old core_shell_ellipsoid to conversion_table.py so that old sum
models using it will still work according to Paul K.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    r2f46e83 r5f1acda  
    144144    ], 
    145145    "core_shell_ellipsoid": [ 
     146        "CoreShellEllipsoidModel", 
     147        { 
     148            "phi": "axis_phi", 
     149            "sld_core": "sld_core", 
     150            "polar_shell": "polar_shell", 
     151            "sld_solvent": "sld_solvent", 
     152            "equat_shell": "equat_shell", 
     153            "equat_core": "equat_core", 
     154            "theta": "axis_theta", 
     155            "polar_core": "polar_core", 
     156            "sld_shell": "sld_shell" 
     157        } 
     158    ], 
     159    "core_shell_ellipsoid": [ 
    146160        "CoreShellEllipsoidXTModel", 
    147161        { 
Note: See TracChangeset for help on using the changeset viewer.