diff options
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 5675eb0f..15875295 100644 --- a/src/index.c +++ b/src/index.c @@ -121,7 +121,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, 1, NULL, 1.0/image->lambda); + r = get_q(image, f->x, f->y, NULL, 1.0/image->lambda); f->rx = r.u; f->ry = r.v; f->rz = r.w; } |