Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/vesicle.py

    rc1e44e5 ra34b811  
    6060   Sons, New York, (1955) 
    6161 
     62Source 
     63------ 
     64 
     65`vesicle.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/vesicle.py>`_ 
     66 
     67`vesicle.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/vesicle.c>`_ 
     68 
    6269Authorship and Verification 
    6370---------------------------- 
     
    6673* **Last Modified by:** Paul Butler **Date:** March 20, 2016 
    6774* **Last Reviewed by:** Paul Butler **Date:** September 7, 2018 
     75* **Source added by :** Steve King **Date:** March 25, 2019 
    6876""" 
    6977 
     
    99107source = ["lib/sas_3j1x_x.c", "vesicle.c"] 
    100108have_Fq = True 
    101 effective_radius_type = ["outer radius"] 
     109radius_effective_modes = ["outer radius"] 
    102110 
    103111def random(): 
Note: See TracChangeset for help on using the changeset viewer.