Changeset 68425bf in sasmodels for sasmodels/conversion_table.py


Ignore:
Timestamp:
Oct 16, 2016 12:33:26 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4f79d94
Parents:
e30d645
Message:

elliptical_cylinder: use ORIENT macros and simplify code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    r14838a3 r68425bf  
    257257        "EllipticalCylinderModel", 
    258258        { 
     259            "axis_ratio": "r_ratio", 
     260            "radius_minor": "r_minor", 
     261            "sld": "sldCyl", 
     262            "sld_solvent": "sldSolv", 
     263            "theta": "cyl_theta", 
    259264            "phi": "cyl_phi", 
    260265            "psi": "cyl_psi", 
    261             "theta": "cyl_theta", 
    262             "sld": "sldCyl", 
    263             "axis_ratio": "r_ratio", 
    264             "sld_solvent": "sldSolv" 
    265266        } 
    266267    ], 
Note: See TracChangeset for help on using the changeset viewer.