- Timestamp:
- 01/26/12 21:07:23 (4 months ago)
- Location:
- branches/mcxtrace-1.0/xlib/misc
- Files:
-
- 2 modified
-
Shadow_input.comp (modified) (1 diff)
-
Shadow_output.comp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcxtrace-1.0/xlib/misc/Shadow_input.comp
r3237 r3295 44 44 SETTING PARAMETERS (int bufsize = 10000, repeat_count = 1) 45 45 OUTPUT PARAMETERS (hfile, ibuf, size, pos, rep, finished) 46 STATE PARAMETERS (x,y,z,kx,ky,kz,phi,t,Ex,Ey,Ez,p) 46 /* X-ray: parameters (x,y,z,kx,ky,kz,phi,t,Ex,Ey,Ez,p)*/ 47 47 SHARE 48 48 %{ -
branches/mcxtrace-1.0/xlib/misc/Shadow_output.comp
r3238 r3295 45 45 SETTING PARAMETERS (int progress = 0) 46 46 OUTPUT PARAMETERS (hfile, obuf, pos, p_out, p2_out) 47 STATE PARAMETERS (x,y,z,kx,ky,kz,phi,t,Ex,Ey,Ez,p) 47 /* X-ray: parameters (x,y,z,kx,ky,kz,phi,t,Ex,Ey,Ez,p)*/ 48 48 49 49 SHARE
