Changeset 6b86bee in sasmodels for sasmodels/kernel_iq.c


Ignore:
Timestamp:
Mar 31, 2019 12:42:57 PM (5 years ago)
Author:
dirk
Branches:
magnetic_model
Children:
6e0c1df
Parents:
5e1875c
git-author:
Dirk Honecker <honecker@…> (03/31/19 12:23:01)
git-committer:
Dirk Honecker <honecker@…> (03/31/19 12:42:57)
Message:

Documentation for generalised magnetic SANS with orientation of magnetisation and polarisation in line with particle orientation notation. Addresses ticket SasView?/sasview#993 and Sasview/sasmodels#113 .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel_iq.c

    r5e1875c r6b86bee  
    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.