Changeset 2c108a3 in sasmodels for doc/developer
- Timestamp:
- Oct 19, 2017 12:58:57 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 6773b02
- Parents:
- 9ee2756
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/developer/calculator.rst
r9ee2756 r2c108a3 107 107 - MAGNETIC_PARS is a comma separated list of the magnetic SLDs, indicating 108 108 their locations in the values vector. 109 - MAGNETIC_PAR1, ... are the first three magnetic parameter ids so we can110 hard code the setting of magnetic values if there are only a few of them.111 109 - KERNEL_NAME is the name of the function being declared 112 110 - PARAMETER_TABLE is the declaration of the parameters to the kernel: … … 208 206 NUM_MAGNETIC = 2 // two parameters might be magnetic 209 207 MAGNETIC_PARS = 4, 5 // they are sld and sld_solvent 210 MAGNETIC_PAR0 = 4 // sld index211 MAGNETIC_PAR1 = 5 // solvent index212 208 213 209 details {
Note: See TracChangeset
for help on using the changeset viewer.