Changeset 25579e8 in sasview for sansmodels/src/sans/models/c_extensions
- Timestamp:
- Feb 26, 2009 2:13:36 PM (16 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 369e492e
- Parents:
- 8bd764d
- Location:
- sansmodels/src/sans/models/c_extensions
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_extensions/c_models.c
raf03ddd r25579e8 31 31 addCEllipsoidModel(m); 32 32 addCSphereModel(m); 33 addCHardsphereStructure(m); 34 addCStickyHSStructure(m); 35 addCHayterMSAStructure(m); 36 addCSquareWellStructure(m); 33 37 addCEllipticalCylinderModel(m); 34 38 addDisperser(m); -
sansmodels/src/sans/models/c_extensions/core_shell.h
r836fe6e r25579e8 7 7 //[PYTHONCLASS] = CoreShellModel 8 8 //[DISP_PARAMS] = radius, thickness 9 //[DESCRIPTION] ="" 9 //[DESCRIPTION] =<text> Form factor for a monodisperse spherical 10 // particle with a core-shell structure: 11 // The form factor is normalized by the 12 // total particle volume. 13 // 14 // radius: core radius 15 // thickness: shell thickness 16 // 17 // Ref: Guinier, A. and G. Fournet, 18 // John Wiley and Sons, New York, 1955. 19 // </text> 10 20 //[FIXED]= <text> thickness.width;radius.width</text> 11 21 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.