diff options
author | Thomas White <taw@physics.org> | 2010-01-18 16:16:20 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-18 16:16:20 +0100 |
commit | fc055095a1321784ded839bdcee42182bc3e5469 (patch) | |
tree | de58fde0b77a30aad1837c1ae9d95ad78ab18842 /src/index.c | |
parent | 094e18eed46ea514ca108f0c3dfc602f0e5eeb0c (diff) |
Output more information with --dump-peaks
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index 4191ca0b..62d63d06 100644 --- a/src/index.c +++ b/src/index.c @@ -29,7 +29,7 @@ /* x,y in pixels relative to central beam */ -static int map_position(struct image *image, double x, double y, +int map_position(struct image *image, double x, double y, double *rx, double *ry, double *rz) { /* "Input" space */ |