Changeset 217590b in sasmodels for sasmodels/models/fractal.py


Ignore:
Timestamp:
Oct 20, 2016 2:48:48 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
5c94f41
Parents:
2b9e63f
git-author:
Paul Kienzle <pkienzle@…> (10/20/16 14:47:25)
git-committer:
Paul Kienzle <pkienzle@…> (10/20/16 14:48:48)
Message:

fractal, fractal_core_shell: support fractal_dim as low as 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal.py

    r6d96b66 r217590b  
    8484              ["radius",    "Ang",  5.0, [0.0, inf], "", 
    8585               "radius of particles"], 
    86               ["fractal_dim",      "",  2.0, [1.0, 6.0], "", 
     86              ["fractal_dim",      "",  2.0, [0.0, 6.0], "", 
    8787               "fractal dimension"], 
    8888              ["cor_length", "Ang", 100.0, [0.0, inf], "", 
     
    9595# pylint: enable=bad-whitespace, line-too-long 
    9696 
    97 source = ["lib/sph_j1c.c", "lib/sas_gamma.c", "fractal.c"] 
     97source = ["lib/sph_j1c.c", "lib/sas_gamma.c", "lib/fractal_sq.c", "fractal.c"] 
    9898 
    9999demo = dict(volfraction=0.05, 
Note: See TracChangeset for help on using the changeset viewer.