Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/parallelepiped.py

    ra34b811 rc1e44e5  
    182182.. [#] L. Onsager, *Ann. New York Acad. Sci.*, 51 (1949) 627-659 
    183183 
    184 Source 
    185 ------ 
    186  
    187 `parallelepiped.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/parallelepiped.py>`_ 
    188  
    189 `parallelepiped.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/parallelepiped.c>`_ 
    190  
    191184Authorship and Verification 
    192185---------------------------- 
     
    196189* **Last Reviewed by:**  Miguel Gonzales and Paul Butler **Date:** May 24, 
    197190  2018 - documentation updated 
    198 * **Source added by :** Steve King **Date:** March 25, 2019 
    199191""" 
    200192 
     
    240232source = ["lib/gauss76.c", "parallelepiped.c"] 
    241233have_Fq = True 
    242 radius_effective_modes = [ 
     234effective_radius_type = [ 
    243235    "equivalent cylinder excluded volume", "equivalent volume sphere", 
    244236    "half length_a", "half length_b", "half length_c", 
Note: See TracChangeset for help on using the changeset viewer.