Changeset becded3 in sasmodels for sasmodels/models/core_shell_bicelle.c


Ignore:
Timestamp:
Oct 17, 2017 4:21:27 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
8698a0d
Parents:
2a602c7
Message:

update oriented models to new interface (which will be in the next commit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_bicelle.c

    r2a0b2b1 rbecded3  
    6767 
    6868static double 
    69 Iqxy(double qx, double qy, 
     69Iqxy(double qab, double qc, 
    7070    double radius, 
    7171    double thick_rim, 
     
    7575    double face_sld, 
    7676    double rim_sld, 
    77     double solvent_sld, 
    78     double theta, 
    79     double phi) 
     77    double solvent_sld) 
    8078{ 
    81     double q, sin_alpha, cos_alpha; 
    82     ORIENT_SYMMETRIC(qx, qy, theta, phi, q, sin_alpha, cos_alpha); 
    83     const double qab = q*sin_alpha; 
    84     const double qc = q*cos_alpha; 
    85  
    8679    double fq = bicelle_kernel(qab, qc, radius, thick_rim, thick_face, 
    8780                           0.5*length, core_sld, face_sld, rim_sld, 
Note: See TracChangeset for help on using the changeset viewer.