Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_ellipsoid.py

    rdb1d9d5 rc1e44e5  
    9898.. [#] Berr, S. *J. Phys. Chem.*, 1987, 91, 4760 
    9999 
    100 Source 
    101 ------ 
    102  
    103 `core_shell_ellipsoid.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_ellipsoid.py>`_ 
    104  
    105 `core_shell_ellipsoid.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_ellipsoid.c>`_ 
    106  
    107100Authorship and Verification 
    108101---------------------------- 
     
    111104* **Last Modified by:** Richard Heenan (reparametrised model) **Date:** 2015 
    112105* **Last Reviewed by:** Steve King **Date:** March 27, 2019 
    113 * **Source added by :** Steve King **Date:** March 25, 2019 
    114106""" 
    115107 
     
    161153source = ["lib/sas_3j1x_x.c", "lib/gauss76.c", "core_shell_ellipsoid.c"] 
    162154have_Fq = True 
    163 radius_effective_modes = [ 
     155effective_radius_type = [ 
    164156    "average outer curvature", "equivalent volume sphere", 
    165157    "min outer radius", "max outer radius", 
Note: See TracChangeset for help on using the changeset viewer.