Changeset 7ed702f in sasmodels


Ignore:
Timestamp:
Jan 20, 2016 5:43:26 AM (8 years ago)
Author:
piotr
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
5c1d341
Parents:
513efc5
Message:

Converted MassStructureModel?
Fixed some doc and unit test warnings

Location:
sasmodels/models
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/bcc.c

    r82d239a r7ed702f  
    100100 
    101101  double b3_x, b3_y, b1_x, b1_y, b2_x, b2_y; //b3_z, 
    102   double q_z; 
     102  //double q_z; 
    103103  double cos_val_b3, cos_val_b2, cos_val_b1; 
    104104  double a1_dot_q, a2_dot_q,a3_dot_q; 
     
    123123  const double latticescale = 2.0*(4.0/3.0)*M_PI*(radius*radius*radius)/(s1*s1*s1); 
    124124  // q vector 
    125   q_z = 0.0; // for SANS; assuming qz is negligible 
     125  //q_z = 0.0; // for SANS; assuming qz is negligible 
    126126  /// Angles here are respect to detector coordinate 
    127127  ///  instead of against q coordinate(PRB 36(46), 3(6), 1754(3854)) 
  • sasmodels/models/hardsphere.py

    reb69cce r7ed702f  
    2323 
    2424 
    25 .. figure:: img/HardSphere_1d.jpg 
     25.. figure:: img/hardSphere_1d.jpg 
    2626 
    2727    1D plot using the default values (in linear scale). 
  • sasmodels/models/triaxial_ellipsoid.c

    r513efc5 r7ed702f  
    2020 
    2121    double sn, cn; 
    22     double st, ct; 
     22    //double st, ct; 
    2323    //const double lower = 0.0; 
    2424    //const double upper = 1.0; 
Note: See TracChangeset for help on using the changeset viewer.