Changeset 663d2a8 in sasmodels


Ignore:
Timestamp:
Mar 29, 2019 9:34:15 AM (5 years ago)
Author:
GitHub <noreply@…>
Branches:
master, core_shell_microgels, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
Children:
c1e44e5, 9d3a0e5, adb84f6, 77c91d0, de687d5
Parents:
5e1875c (diff), 8973e0d (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.
git-author:
Paul Kienzle <pkienzle@…> (03/29/19 09:34:15)
git-committer:
GitHub <noreply@…> (03/29/19 09:34:15)
Message:

Merge pull request #102 from SasView?/fix_defintion_norm_magscatt

Remove const qualifier from norm in kernel_iq.c set_spin_weights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel_iq.c

    r5e1875c r8973e0d  
    8686{ 
    8787 
    88   const double norm; 
     88  double norm; 
    8989  in_spin = clip(in_spin, 0.0, 1.0); 
    9090  out_spin = clip(out_spin, 0.0, 1.0); 
Note: See TracChangeset for help on using the changeset viewer.