Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fuzzy_sphere.py

    ra34b811 rc1e44e5  
    5353.. [#] M Stieger, J. S Pedersen, P Lindner, W Richtering, *Langmuir*, 20 (2004) 7283-7292 
    5454 
    55 Source 
    56 ------ 
    57  
    58 `fuzzy_sphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fuzzy_sphere.py>`_ 
    59  
    60 `fuzzy_sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/fuzzy_sphere.c>`_ 
    61  
    6255Authorship and Verification 
    6356---------------------------- 
     
    6659* **Last Modified by:** 
    6760* **Last Reviewed by:** 
    68 * **Source added by :** Steve King **Date:** March 25, 2019 
    6961""" 
    7062 
     
    9890source = ["lib/sas_3j1x_x.c", "fuzzy_sphere.c"] 
    9991have_Fq = True 
    100 radius_effective_modes = ["radius", "radius + fuzziness"] 
     92effective_radius_type = ["radius", "radius + fuzziness"] 
    10193 
    10294def random(): 
Note: See TracChangeset for help on using the changeset viewer.