Changeset 6aee3ab in sasmodels for sasmodels/modelinfo.py


Ignore:
Timestamp:
Nov 2, 2017 5:24:41 PM (6 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:
ce99754
Parents:
9d9fcbd
Message:

make sure that jitter angle defaults to zero if no polydispersity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/modelinfo.py

    re3571cb r6aee3ab  
    3030    TestCondition = Tuple[ParameterSetUser, TestInput, TestValue] 
    3131 
    32 MAX_PD = 4 #: Maximum number of simultaneously polydisperse parameters 
     32# If MAX_PD changes, need to change the loop macros in kernel_iq.c 
     33MAX_PD = 5 #: Maximum number of simultaneously polydisperse parameters 
    3334 
    3435# assumptions about common parameters exist throughout the code, such as: 
Note: See TracChangeset for help on using the changeset viewer.