Changeset a9bc435 in sasmodels
- Timestamp:
- Oct 27, 2017 11:51:44 AM (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:
- 767dca8
- Parents:
- b9578fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/sasview_model.py
r32f87a5 ra9bc435 36 36 from .kernel import KernelModel 37 37 MultiplicityInfoType = NamedTuple( 38 'Mul iplicityInfo',38 'MultiplicityInfo', 39 39 [("number", int), ("control", str), ("choices", List[str]), 40 40 ("x_axis_label", str)])
Note: See TracChangeset
for help on using the changeset viewer.