Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/mono_gauss_coil.py

    ra34b811 rc1e44e5  
    4949.. [#] http://www.ncnr.nist.gov/staff/hammouda/distance_learning/chapter_28.pdf 
    5050 
    51 Source 
    52 ------ 
    53  
    54 `mono_gauss_coil.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mono_gauss_coil.py>`_ 
    55  
    56 `mono_gauss_coil.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mono_gauss_coil.c>`_ 
    57  
    5851Authorship and Verification 
    5952---------------------------- 
     
    6255* **Last Modified by:** 
    6356* **Last Reviewed by:** 
    64 * **Source added by :** Steve King **Date:** March 25, 2019""" 
     57""" 
    6558 
    6659import numpy as np 
     
    8679source = ["mono_gauss_coil.c"] 
    8780have_Fq = False 
    88 radius_effective_modes = ["R_g", "2R_g", "3R_g", "sqrt(5/3)*R_g"] 
     81effective_radius_type = ["R_g", "2R_g", "3R_g", "sqrt(5/3)*R_g"] 
    8982 
    9083 
Note: See TracChangeset for help on using the changeset viewer.