- Timestamp:
- 05/16/11 11:56:05 (12 months ago)
- Files:
-
- 1 modified
-
branches/mcstas-1.x/lib/share/mcstas-r.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/lib/share/mcstas-r.c
r2826 r3076 4810 4810 coords_get(tmp, &*xo, &*yo, &*zo); 4811 4811 4812 /* Go back to local coordinate system */ 4813 tmp = coords_set(xi, yi, zi); 4814 tmp = rot_apply(A, tmp); 4815 coords_get(tmp, &xi, &yi, &zi); 4816 4812 4817 if (solid_angle) { 4813 4818 /* Calculate vector from local point to remote random point */
