aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-06 12:24:48 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-06 12:24:48 +0000
commit66e9ee944e8e595685405fe206495eff6d60bdf5 (patch)
treefdaeeb2b14a3b4fc1e9236b73ac01a588f32ac53 /src/reproject.c
parent26736a29bfa67118143faf3ac840c7b89ce934e1 (diff)
Fix ImageDisplay offsets
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@124 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.c')
-rw-r--r--src/reproject.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/reproject.c b/src/reproject.c
index 06611cd..3106998 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -176,10 +176,8 @@ ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, Reflect
//printf("Reflection %i at %i,%i\n", i, refl[i-1].x, refl[i-1].y);
- } else {
- //fprintf(stderr, "Reflection failed sanity test (x=%f, y=%f)\n", x, y);
- }
-
+ } /* else it's outside the picture somewhere */
+
} /* else this is the central beam so don't worry about it */
}