Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/_spherepy.py

    ra34b811 rc1e44e5  
    3939John Wiley and Sons, New York, (1955) 
    4040 
    41 Source 
    42 ------ 
    43  
    44 `_spherepy.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/_spherepy.py>`_ 
    45 `sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sphere.c>`_ 
    46  
    4741Authorship and Verification 
    4842---------------------------- 
     
    5145* **Last Modified by:** 
    5246* **Last Reviewed by:** S King and P Parker **Date:** 2013/09/09 and 2014/01/06 
    53 * **Source added by :** Steve King **Date:** March 25, 2019 
    5447""" 
    5548 
     
    8376    return 1.333333333333333 * pi * radius ** 3 
    8477 
    85 def radius_effective(mode, radius): 
     78def effective_radius(mode, radius): 
    8679    """Calculate R_eff for sphere""" 
    87     return radius if mode else 0. 
     80    return radius 
    8881 
    8982def Iq(q, sld, sld_solvent, radius): 
Note: See TracChangeset for help on using the changeset viewer.