aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-26 16:29:19 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-26 16:29:19 +0000
commit84b931ca2c544b9bcc5a9e7a16e47ab548d5f422 (patch)
tree40b236830c3c117dd2d18f8f97a699ec6c74742f /src/reproject.h
parentf1bf21e061a5aaed0281d8e715cabaa4e58eec6f (diff)
Initial refinement maths
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@179 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 39cd64d..a0dfd5f 100644
--- a/src/reproject.h
+++ b/src/reproject.h
@@ -19,7 +19,7 @@
#include "control.h"
#include "image.h"
-extern ImageFeatureList *reproject_get_reflections(ImageRecord image, size_t *n, ReflectionList *reflectionlist, ControlContext *ctx);
+extern ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *reflectionlist);
extern void reproject_partner_features(ImageFeatureList *flist, ImageRecord *image);
extern void reproject_open(ControlContext *ctx);