aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-10-15 17:40:07 +0100
committerThomas White <taw27@cam.ac.uk>2008-10-15 17:40:07 +0100
commit74ac0499829c6fb2d45af4b1dae0978e3d6bc649 (patch)
tree6d382883e01a7da3a18239bc294460b0d3addb0b
parent13da1d38b94a2417a15ae08cffa156252f9a3442 (diff)
Fix debugging
-rw-r--r--src/reproject.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reproject.c b/src/reproject.c
index 1fdb8b8..43b525b 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -188,10 +188,12 @@ ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *
} /* else it's outside the picture somewhere */
+ i++;
+
} /* else this is the central beam so don't worry about it */
}
- i++;
+
reflection = reflection->next;
} while ( reflection );