Changeset e077231 in sasmodels
- Timestamp:
- Jan 11, 2018 11:22:58 AM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 97be877
- Parents:
- 2a7e20e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_parallelepiped.c
r108e70e re077231 43 43 // Code converted from functions CSPPKernel and CSParallelepiped in libCylinder.c 44 44 // Did not understand the code completely, it should be rechecked (Miguel Gonzalez) 45 // Code is rewritten, the code is compliant with Diva Singhs thesis now (Dirk Honecker)46 // Code rewritten (PAK)45 // Code is rewritten, the code is compliant with Diva Singh's thesis now (Dirk Honecker) 46 // Code rewritten; cross checked against hollow rectangular prism and realspace (PAK) 47 47 48 48 const double half_q = 0.5*q; … … 121 121 const double drC = crim_sld-solvent_sld; 122 122 123 // The definitions of ta, tb, tc are not the same as in the 1D case because there is no124 // the scaling by B.125 123 const double tA = length_a + 2.0*thick_rim_a; 126 124 const double tB = length_b + 2.0*thick_rim_b;
Note: See TracChangeset
for help on using the changeset viewer.