Changeset 25a608f5 in sasview for sansmodels/src/sans/models/c_extensions
- Timestamp:
- Apr 14, 2009 4:24:14 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:
- 9cb364a
- Parents:
- 7b78bb6
- Location:
- sansmodels/src/sans/models/c_extensions
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_extensions/Hardsphere.h
r25579e8 r25a608f5 21 21 // </text> 22 22 //[FIXED]= radius.width 23 24 23 25 typedef struct { 24 26 /// Radius of hardsphere [A] -
sansmodels/src/sans/models/c_extensions/SquareWell.h
r25579e8 r25a608f5 22 22 // </text> 23 23 // [FIXED]= radius.width 24 //[ORIENTATION_PARAMS]= <text> </text> 24 25 25 26 -
sansmodels/src/sans/models/c_extensions/core_shell.h
r25579e8 r25a608f5 19 19 // </text> 20 20 //[FIXED]= <text> thickness.width;radius.width</text> 21 22 21 23 typedef struct { 22 24 /// Scale factor -
sansmodels/src/sans/models/c_extensions/core_shell_cylinder.h
r836fe6e r25a608f5 27 27 // </text> 28 28 //[FIXED]= <text> axis_phi.width; axis_theta.width; length.width;radius.width; thickness_width</text> 29 //[ORIENTATION_PARAMS]= axis_phi; axis_theta;axis_phi.width; axis_theta.width 30 29 31 30 32 typedef struct { -
sansmodels/src/sans/models/c_extensions/cylinder.h
rda3dae3 r25a608f5 15 15 sin(alpha)*dalpha+ bkg 16 16 </text> 17 [FIXED]= <text> 18 cyl_phi.width; cyl_theta.width; length.width;radius.width 19 </text> 17 [FIXED]= <text>cyl_phi.width; cyl_theta.width; length.width;radius.width</text> 18 [ORIENTATION_PARAMS]= <text>cyl_phi; cyl_theta; cyl_phi.width; cyl_theta.width</text> 20 19 20 21 21 **/ 22 22 typedef struct { -
sansmodels/src/sans/models/c_extensions/ellipsoid.h
rda3dae3 r25a608f5 22 22 //radius_b.width; length.width; r_minor.width 23 23 //, r_ratio.width</text> 24 //[ORIENTATION_PARAMS]= axis_phi.width; axis_theta.width;axis_phi; axis_theta 25 26 24 27 typedef struct { 25 28 /// Scale factor -
sansmodels/src/sans/models/c_extensions/elliptical_cylinder.h
rda3dae3 r25a608f5 8 8 * [FIXED]= <text> cyl_phi.width; 9 9 * cyl_theta.width; cyl_psi.width; length.width; r_minor.width; r_ratio.width </text> 10 * [ORIENTATION_PARAMS]= cyl_phi; cyl_theta; cyl_psi; cyl_phi.width; cyl_theta.width; cyl_psi.width 10 11 * */ 12 13 11 14 typedef struct { 12 15 /// Scale factor -
sansmodels/src/sans/models/c_extensions/sphere.h
rda3dae3 r25a608f5 16 16 // </text> 17 17 //[FIXED]= radius.width 18 //[ORIENTATION_PARAMS]= <text> </text> 18 19 19 20 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.