Changeset bccabbc in sasmodels
- Timestamp:
- Feb 19, 2015 6:09:09 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:
- dc02af0, 946cdc8e, 3a45c2c
- Parents:
- 62b3cb2 (diff), 57cb76d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/bcc.py
rc95dc908 re166cb9 80 80 from numpy import pi, inf 81 81 82 name = " BCCparacrystal"82 name = "bcc_paracrystal" 83 83 title = "Body-centred cubic lattic with paracrystalline distortion" 84 84 description = """ -
sasmodels/bumps_model.py
r0ac3db5 r62b3cb2 17 17 try: 18 18 from .kernelcl import load_model as _loader 19 except ImportError,exc:19 except RuntimeError,exc: 20 20 import warnings 21 21 warnings.warn(str(exc))
Note: See TracChangeset
for help on using the changeset viewer.