Changeset ec77322 in sasmodels
- Timestamp:
- Aug 1, 2016 7:34:35 PM (8 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:
- c915373
- Parents:
- 4edec6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/unified_power_Rg.py
r2c74c11 rec77322 80 80 81 81 with errstate(divide='ignore', invalid='ignore'): 82 result = np. empty(q.shape, 'd')82 result = np.zeros(q.shape, 'd') 83 83 for i in range(ilevel): 84 84 exp_now = exp(-(q*rg[i])**2/3.)
Note: See TracChangeset
for help on using the changeset viewer.