Changeset a1542aae in sasmodels
- Timestamp:
- Feb 17, 2015 3:22:36 AM (10 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 58f41fe
- Parents:
- a503bfd
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CylinderModel.py
r32c160a ra1542aae 5 5 """ 6 6 from sasmodels.sasview_model import make_class 7 from sasmodels.models import cylinder _clone as cylinder7 from sasmodels.models import cylinder 8 8 CylinderModel = make_class(cylinder, dtype='single')
Note: See TracChangeset
for help on using the changeset viewer.