Changeset 7b7da6b in sasmodels
- Timestamp:
- Jul 24, 2016 11:42:43 AM (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:
- f1765a2
- Parents:
- 9eb3632
- Location:
- sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernel_iq.c
r9eb3632 r7b7da6b 123 123 //printf("start %d %g %g\n", pd_start, pd_norm, result[0]); 124 124 125 #if MAX_PD>0 125 126 global const double *pd_value = values + NUM_VALUES + 2; 126 127 global const double *pd_weight = pd_value + details->pd_sum; 128 #endif 127 129 128 130 // Jump into the middle of the polydispersity loop -
sasmodels/kernel_iq.cl
r9eb3632 r7b7da6b 118 118 //if (q_index==0) printf("start %d %g %g\n", pd_start, pd_norm, this_result); 119 119 120 #if MAX_PD>0 120 121 global const double *pd_value = values + NUM_VALUES + 2; 121 122 global const double *pd_weight = pd_value + details->pd_sum; 123 #endif 122 124 123 125 // Jump into the middle of the polydispersity loop
Note: See TracChangeset
for help on using the changeset viewer.