Changeset f35f1dd in sasmodels for sasmodels/kernel_iq.c


Ignore:
Timestamp:
Mar 20, 2016 12:32:54 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
208f0a4, 9c490bc
Parents:
f78a2a1
Message:

do volume weighting in new kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel_iq.c

    rf78a2a1 rf35f1dd  
    360360  result[nq] = norm; 
    361361  result[nq+1] = vol; 
    362   results[nq+2] = norm_vol; 
     362  result[nq+2] = norm_vol; 
    363363 
    364364  //End of the PD loop we can normalize 
Note: See TracChangeset for help on using the changeset viewer.