Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SasView/sasmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Oct 1, 2019
2 parents 088e496 + 9751fde commit fd5407a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sasmodels/models/correlation_length.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
Authorship and Verification
----------------------------
* **Author:**
* **Last Modified by:**
* **Author:** NIST IGOR/DANSE **Date:** pre 2010
* **Last Modified by:** Steve King **Date:** September 24, 2019
* **Last Reviewed by:**
"""

Expand All @@ -54,7 +54,7 @@
["porod_scale", "", 1e-06, [0, inf], "", "Porod Scaling Factor"],
["cor_length", "Ang", 50.0, [0, inf], "", "Correlation length, xi, in Lorentzian"],
["porod_exp", "", 3.0, [0, inf], "", "Porod Exponent, n, in q^-n"],
["lorentz_exp", "1/Ang^2", 2.0, [0, inf], "", "Lorentzian Exponent, m, in 1/( 1 + (q.xi)^m)"],
["lorentz_exp", "", 2.0, [0, inf], "", "Lorentzian Exponent, m, in 1/( 1 + (q.xi)^m)"],
]
# pylint: enable=bad-continuation, line-too-long

Expand Down

0 comments on commit fd5407a

Please sign in to comment.