Changeset 836fe6e in sasview for sansmodels/src/sans/models/c_extensions
- Timestamp:
- Jan 29, 2009 5:34:59 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:
- da3dae3
- Parents:
- 1f3655a
- Location:
- sansmodels/src/sans/models/c_extensions
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_extensions/core_shell.h
r96672c0 r836fe6e 8 8 //[DISP_PARAMS] = radius, thickness 9 9 //[DESCRIPTION] ="" 10 //[FIXED]= <text> thickness.width;radius.width</text> 10 11 typedef struct { 11 12 /// Scale factor -
sansmodels/src/sans/models/c_extensions/core_shell_cylinder.h
r4d3acb6 r836fe6e 26 26 // phi: the axis_phi of the cylinder 27 27 // </text> 28 //[FIXED]= <text> axis_phi.width; axis_theta.width; length.width;radius.width; thickness_width</text> 28 29 29 30 typedef struct { -
sansmodels/src/sans/models/c_extensions/cylinder.h
r4ce29e0 r836fe6e 15 15 sin(alpha)*dalpha+ bkg 16 16 </text> 17 [FIXED]= <text> cyl_phi.width; cyl_theta.width; length.width;radius.width</text> 17 18 18 19 **/ -
sansmodels/src/sans/models/c_extensions/ellipsoid.h
r4d3acb6 r836fe6e 19 19 // Rb: radius perpendicular to the rotation axis of the ellipsoid 20 20 // </text> 21 //[FIXED]= <text> axis_phi.width; axis_theta;radius_a.width; 22 //radius_b.width; length.width; r_minor.width, r_ratio.width</text> 21 23 typedef struct { 22 24 /// Scale factor -
sansmodels/src/sans/models/c_extensions/elliptical_cylinder.h
r96672c0 r836fe6e 6 6 * [DISP_PARAMS] = r_minor, r_ratio, length, cyl_theta, cyl_phi, cyl_psi 7 7 * [DESCRIPTION] = "" 8 * [FIXED]= <text> cyl_phi.width; 9 * cyl_theta; cyl_psi.width; length.width; r_minor.width; r_ratio.width </text> 8 10 * */ 9 11 typedef struct { -
sansmodels/src/sans/models/c_extensions/sphere.h
r98bfd10 r836fe6e 15 15 // solvent_sld: the scattering length density of the solvent 16 16 // </text> 17 //[FIXED]= <text> radius.width</text> 17 18 18 19 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.