Changeset 0507e09 in sasmodels for sasmodels/models/mass_fractal.py


Ignore:
Timestamp:
Mar 25, 2019 2:04:23 PM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2464785, c94ab04
Parents:
b6422c7
Message:

Added link to source code to each model. Closes #883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/mass_fractal.py

    rb297ba9 r0507e09  
    4949---------- 
    5050 
    51 D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 
    52 19 (1986) 1535-1545 Equation(9) 
    53 """ 
     51.. [#] D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 19 (1986) 1535-1545 Equation(9) 
     52 
     53Source 
     54------ 
     55 
     56`mass_fractal.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mass_fractal.py>`_ 
     57 
     58`mass_fractal.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/mass_fractal.c>`_ 
     59 
     60Authorship and Verification 
     61---------------------------- 
     62 
     63* **Author:**  
     64* **Last Modified by:**  
     65* **Last Reviewed by:**  
     66* **Source added by :** Steve King **Date:** March 25, 2019""" 
    5467 
    5568import numpy as np 
Note: See TracChangeset for help on using the changeset viewer.