Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/ellipsoid.py

    rc1e44e5 ra34b811  
    109109.. [#] A. Isihara. *J. Chem. Phys.*, 18 (1950) 1446-1449 
    110110 
     111Source 
     112------ 
     113 
     114`ellipsoid.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/ellipsoid.py>`_ 
     115 
     116`ellipsoid.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/ellipsoid.c>`_ 
     117 
    111118Authorship and Verification 
    112119---------------------------- 
     
    115122* **Converted to sasmodels by:** Helen Park **Date:** July 9, 2014 
    116123* **Last Modified by:** Paul Kienzle **Date:** March 22, 2017 
     124* **Source added by :** Steve King **Date:** March 25, 2019 
    117125""" 
    118126from __future__ import division 
     
    159167source = ["lib/sas_3j1x_x.c", "lib/gauss76.c", "ellipsoid.c"] 
    160168have_Fq = True 
    161 effective_radius_type = [ 
     169radius_effective_modes = [ 
    162170    "average curvature", "equivalent volume sphere", "min radius", "max radius", 
    163171    ] 
Note: See TracChangeset for help on using the changeset viewer.