Changeset 0bef47b in sasmodels
- Timestamp:
- Sep 29, 2016 9:43:55 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 6e5b2a7
- Parents:
- 340428e
- Location:
- sasmodels/models
- Files:
-
- 8 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/bcc_paracrystal.py
r42356c8 r0bef47b 124 124 # pylint: enable=bad-whitespace, line-too-long 125 125 126 source = ["lib/sph_j1c.c", "lib/gauss150.c", "lib/sphere_form.c", "bcc_paracrystal _kernel.c"]126 source = ["lib/sph_j1c.c", "lib/gauss150.c", "lib/sphere_form.c", "bcc_paracrystal.c"] 127 127 128 128 # parameters for demo -
sasmodels/models/fcc_paracrystal.py
r42356c8 r0bef47b 116 116 # pylint: enable=bad-whitespace, line-too-long 117 117 118 source = ["lib/sph_j1c.c", "lib/gauss150.c", "lib/sphere_form.c", "fcc_paracrystal _kernel.c"]118 source = ["lib/sph_j1c.c", "lib/gauss150.c", "lib/sphere_form.c", "fcc_paracrystal.c"] 119 119 120 120 # parameters for demo -
sasmodels/models/hayter_msa.py
r40a87fa r0bef47b 81 81 # pylint: enable=bad-whitespace, line-too-long 82 82 83 source = ["hayter_msa _kernel.c"]83 source = ["hayter_msa.c"] 84 84 # No volume normalization despite having a volume parameter 85 85 # This should perhaps be volume normalized? -
sasmodels/models/lamellar_hg_stack_caille.py
r40a87fa r0bef47b 112 112 ] 113 113 114 source = ["lamellar_hg_stack_caille _kernel.c"]114 source = ["lamellar_hg_stack_caille.c"] 115 115 116 116 # No volume normalization despite having a volume parameter -
sasmodels/models/lamellar_stack_caille.py
r40a87fa r0bef47b 96 96 # pylint: enable=bad-whitespace, line-too-long 97 97 98 source = ["lamellar_stack_caille _kernel.c"]98 source = ["lamellar_stack_caille.c"] 99 99 100 100 # No volume normalization despite having a volume parameter -
sasmodels/models/lamellar_stack_paracrystal.py
r40a87fa r0bef47b 126 126 127 127 128 source = ["lamellar_stack_paracrystal _kernel.c"]128 source = ["lamellar_stack_paracrystal.c"] 129 129 130 130 form_volume = """ -
sasmodels/models/polymer_micelle.py
r40a87fa r0bef47b 54 54 single = False 55 55 56 source = ["lib/sph_j1c.c", "polymer_micelle _kernel.c"]56 source = ["lib/sph_j1c.c", "polymer_micelle.c"] 57 57 58 58 demo = dict(scale=1, background=0, -
sasmodels/models/sc_paracrystal.py
r42356c8 r0bef47b 133 133 # pylint: enable=bad-whitespace, line-too-long 134 134 135 source = ["lib/sph_j1c.c", "lib/sphere_form.c", "lib/gauss150.c", "sc_paracrystal _kernel.c"]135 source = ["lib/sph_j1c.c", "lib/sphere_form.c", "lib/gauss150.c", "sc_paracrystal.c"] 136 136 137 137 demo = dict(scale=1, background=0,
Note: See TracChangeset
for help on using the changeset viewer.