Changeset ec9d329 in sasmodels
- Timestamp:
- Oct 14, 2016 7:56:55 AM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 0b717c5
- Parents:
- 5abbad7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/fcc_paracrystal.c
r5abbad7 rec9d329 107 107 const double Fq = sphere_form(q,radius,sld,solvent_sld)*Zq; 108 108 //the occupied volume of the lattice 109 const double lattice_scale = 2.0*sphere_volume(M_SQRT1_2*radius/dnn);109 const double lattice_scale = 4.0*sphere_volume(M_SQRT1_2*radius/dnn); 110 110 return lattice_scale * Fq; 111 111 }
Note: See TracChangeset
for help on using the changeset viewer.