aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-17 18:01:22 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commit5d2605f47cee06d5367dc7d221816c52d8a5cda8 (patch)
treebdfadde2f97ac9dd4da9c7606660b5498444240b /src/indexamajig.c
parent11d82aa6456513f102364df1ebd3eed76f2d138f (diff)
Remove useless function parameter
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 00a7e3e8..f1c39a30 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -322,7 +322,7 @@ static void process_image(void *pp, int cookie)
image.bw = beam->bandwidth;
image.profile_radius = 0.0001e9;
image.reflections = find_intersections(&image,
- image.indexed_cell, 0);
+ image.indexed_cell);
integrate_reflections(&image, config_polar,
pargs->static_args.config_closer,