Changeset b171acd in sasmodels for sasmodels/product.py


Ignore:
Timestamp:
Jan 29, 2019 1:54:28 PM (5 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:
4f4d3e3
Parents:
15c80af
Message:

move 'multiplicity' handling into sasview model. Refs #1022.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/product.py

    r2d81cfe rb171acd  
    103103    # Remember the component info blocks so we can build the model 
    104104    model_info.composition = ('product', [p_info, s_info]) 
    105     model_info.control = p_info.control 
    106105    model_info.hidden = p_info.hidden 
    107106    if getattr(p_info, 'profile', None) is not None: 
Note: See TracChangeset for help on using the changeset viewer.