Changeset 2c108a3 in sasmodels for doc/developer/calculator.rst


Ignore:
Timestamp:
Oct 19, 2017 12:58:57 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

simplify magnetism code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/developer/calculator.rst

    r9ee2756 r2c108a3  
    107107- MAGNETIC_PARS is a comma separated list of the magnetic SLDs, indicating 
    108108  their locations in the values vector. 
    109 - MAGNETIC_PAR1, ... are the first three magnetic parameter ids so we can 
    110   hard code the setting of magnetic values if there are only a few of them. 
    111109- KERNEL_NAME is the name of the function being declared 
    112110- PARAMETER_TABLE is the declaration of the parameters to the kernel: 
     
    208206    NUM_MAGNETIC = 2      // two parameters might be magnetic 
    209207    MAGNETIC_PARS = 4, 5  // they are sld and sld_solvent 
    210     MAGNETIC_PAR0 = 4     // sld index 
    211     MAGNETIC_PAR1 = 5     // solvent index 
    212208 
    213209    details { 
Note: See TracChangeset for help on using the changeset viewer.