aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-02 18:27:06 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:12 +0100
commitdff453f01aa4f45b1c89349123b81ca9286439a0 (patch)
treeee8a08462ee281a6e3968a289748184df72449df /src
parent9b8c38d36712389f7d546935060ac56f972b36b8 (diff)
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/hrs-scaling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c
index 6d47bcc9..d0e0d589 100644
--- a/src/hrs-scaling.c
+++ b/src/hrs-scaling.c
@@ -366,7 +366,6 @@ double *scale_intensities(struct image *images, int n, const char *sym,
i = 0;
do {
- int j;
max_shift = iterate_scale(images, n, obs, sym);
STATUS("Iteration %2i: max shift = %5.2f\n", i, max_shift);
i++;