Changeset eeb8bac in sasmodels
- Timestamp:
- Feb 4, 2016 10:14:03 PM (9 years ago)
- 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:
- 177c1a1
- Parents:
- e6a5556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/fcc.c
r82d239a reeb8bac 101 101 102 102 double b3_x, b3_y, b1_x, b1_y, b2_x, b2_y; //b3_z, 103 double q_z;103 // double q_z; 104 104 double cos_val_b3, cos_val_b2, cos_val_b1; 105 105 double a1_dot_q, a2_dot_q,a3_dot_q; … … 124 124 const double latticescale = 2.0*(4.0/3.0)*M_PI*(radius*radius*radius)/(s1*s1*s1); 125 125 // q vector 126 q_z = 0.0; // for SANS; assuming qz is negligible126 // q_z = 0.0; // for SANS; assuming qz is negligible 127 127 /// Angles here are respect to detector coordinate 128 128 /// instead of against q coordinate(PRB 36(46), 3(6), 1754(3854))
Note: See TracChangeset
for help on using the changeset viewer.