aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-23 10:17:19 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-23 10:17:19 +0000
commit74d58e5f81c7b010aa4db3627f119f9df47c10fa (patch)
tree2feaa03cf28c7a420136dfb38fc3d7c720761e6c /src/reproject.h
parentf1f7e3243ed291fa9276585f58f957c3f28d5212 (diff)
Implement fast reprojection
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@72 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.h')
-rw-r--r--src/reproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reproject.h b/src/reproject.h
index c65549c..ac7b240 100644
--- a/src/reproject.h
+++ b/src/reproject.h
@@ -19,7 +19,7 @@
#include "control.h"
#include "reflections.h"
-extern ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, ReflectionContext *ref);
+extern ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, ReflectionContext *rctx);
#endif /* REPROJECT_H */