aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-14 17:22:03 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:19 +0100
commitdbb76151b8d3656223a42661869c60cc5e4d809e (patch)
treea432c3b85d414f660d674cca60d178935f2fa287 /src/index.c
parent5bc39aff3711410f15107e4d5f47e607aa018fd7 (diff)
More of s/x/fs/, s/y/ss/
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index ddb25eb4..d24b5852 100644
--- a/src/index.c
+++ b/src/index.c
@@ -114,7 +114,7 @@ void map_all_peaks(struct image *image)
f = image_get_feature(image->features, i);
if ( f == NULL ) continue;
- r = get_q(image, f->x, f->y, NULL, 1.0/image->lambda);
+ r = get_q(image, f->fs, f->ss, NULL, 1.0/image->lambda);
f->rx = r.u; f->ry = r.v; f->rz = r.w;
}