Changeset c3ccaec in sasmodels for sasmodels/models/stacked_disks.c


Ignore:
Timestamp:
Feb 7, 2017 12:10:50 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
a90aa1c
Parents:
aa107ef (diff), fe8ff99 (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@…> (02/07/17 12:10:50)
git-committer:
GitHub <noreply@…> (02/07/17 12:10:50)
Message:

Merge branch 'master' into ticket-815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/stacked_disks.c

    redf1e8b rc3ccaec  
    2626    const double sinarg2 = q*(halfheight+thick_layer)*cos_alpha; 
    2727 
    28     const double be1 = sas_J1c(besarg1); 
    29     //const double be2 = sas_J1c(besarg2); 
     28    const double be1 = sas_2J1x_x(besarg1); 
     29    //const double be2 = sas_2J1x_x(besarg2); 
    3030    const double be2 = be1; 
    31     const double si1 = sinc(sinarg1); 
    32     const double si2 = sinc(sinarg2); 
     31    const double si1 = sas_sinx_x(sinarg1); 
     32    const double si2 = sas_sinx_x(sinarg2); 
    3333 
    3434    const double dr1 = core_sld - solvent_sld; 
Note: See TracChangeset for help on using the changeset viewer.