diff options
author | Thomas White <taw@physics.org> | 2010-03-18 10:36:34 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-18 10:36:34 +0100 |
commit | 99186a8d645d0682c547d4f550ba860f15d7bb2d (patch) | |
tree | da8a4f90025bc39480ee34c3ef7d8305a2f6deba /src | |
parent | 1f0163a185eb19a0eb52ede02658e421628c7b62 (diff) |
Fix wrong comment
Diffstat (limited to 'src')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index 6a6b260e..6fb36b7d 100644 --- a/src/detector.c +++ b/src/detector.c @@ -22,7 +22,7 @@ #include "parameters-lcls.tmp" -/* x,y in pixels relative to central beam */ +/* x,y in pixels relative to image origin */ int map_position(struct image *image, double dx, double dy, double *rx, double *ry, double *rz) { |