Changeset 9f6f2f8 in sasmodels
- Timestamp:
- Mar 9, 2015 9:32:17 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:
- b7d432f
- Parents:
- c9e31e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/HayterMSAsq.py
rd60b433 r9f6f2f8 86 86 Iqxy = """ 87 87 // never called since no orientation or magnetic parameters. 88 return -1.0;88 return Iq(sqrt(qx*qx+qy*qy), IQ_PARAMETERS); 89 89 """ 90 90 # ER defaults to 0.0
Note: See TracChangeset
for help on using the changeset viewer.