Changeset 6a5ccfb in sasmodels
- Timestamp:
- Sep 5, 2017 10:53:05 AM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 60335cc
- Parents:
- 481ff64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/product.py
rf88e248 r6a5ccfb 77 77 78 78 model_info = ModelInfo() 79 model_info.id = ' *'.join((p_id, s_id))80 model_info.name = ' *'.join((p_name, s_name))79 model_info.id = '@'.join((p_id, s_id)) 80 model_info.name = '@'.join((p_name, s_name)) 81 81 model_info.filename = None 82 82 model_info.title = 'Product of %s and %s'%(p_name, s_name)
Note: See TracChangeset
for help on using the changeset viewer.