Changeset 3219
- Timestamp:
- 12/13/11 12:30:07 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/mcxtrace-1.0/xlib/samples/Saxs_spheres.comp
r3164 r3219 7 7 * University of Copenhagen, Copenhagen, Denmark 8 8 * 9 * Component: Sa ns_spheres9 * Component: Saxs_spheres 10 10 * 11 11 * %I … … 62 62 *******************************************************************************/ 63 63 64 DEFINE COMPONENT Sa ns_spheres64 DEFINE COMPONENT Saxs_spheres 65 65 DEFINITION PARAMETERS () 66 66 SETTING PARAMETERS (R=100, Phi=1e-3, Delta_rho=0.6, sigma_abs=0, … … 96 96 97 97 if (!(target_x || target_y || target_z)) { 98 printf("Sa ns_spheres: %s: The target is not defined. Using direct beam (Z-axis).\n",98 printf("Saxs_spheres: %s: The target is not defined. Using direct beam (Z-axis).\n", 99 99 NAME_CURRENT_COMP); 100 100 target_z=1;
