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_ellipsoid.c

    r2a0b2b1 rbecded3  
    7575 
    7676static double 
    77 Iqxy(double qx, double qy, 
     77Iqxy(double qab, double qc, 
    7878    double radius_equat_core, 
    7979    double x_core, 
     
    8282    double core_sld, 
    8383    double shell_sld, 
    84     double solvent_sld, 
    85     double theta, 
    86     double phi) 
     84    double solvent_sld) 
    8785{ 
    88     double q, sin_alpha, cos_alpha; 
    89     ORIENT_SYMMETRIC(qx, qy, theta, phi, q, sin_alpha, cos_alpha); 
    90     const double qab = q*sin_alpha; 
    91     const double qc = q*cos_alpha; 
    92  
    9386    const double sld_core_shell = core_sld - shell_sld; 
    9487    const double sld_shell_solvent = shell_sld - solvent_sld; 
Note: See TracChangeset for help on using the changeset viewer.