aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-threshold.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-26 17:13:46 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-26 17:13:46 +0000
commitb419ab4428ff4fa0d58354abe6f2a953b9e236ee (patch)
treed9c6115485bdba34900717f6f2e7a66aaf487aa8 /src/itrans-threshold.h
parent4930a9088b8a13195a7038e9606e1a857fd6883f (diff)
Beginnings of a new initial basis choice (needs fixing)
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@131 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/itrans-threshold.h')
-rw-r--r--src/itrans-threshold.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itrans-threshold.h b/src/itrans-threshold.h
index 24b3cc1..f19ea57 100644
--- a/src/itrans-threshold.h
+++ b/src/itrans-threshold.h
@@ -18,8 +18,8 @@
#include "control.h"
-extern unsigned int itrans_peaksearch_threshold(ImageRecord image, ControlContext *ctx);
-extern unsigned int itrans_peaksearch_adaptive_threshold(ImageRecord image, ControlContext *ctx);
+extern unsigned int itrans_peaksearch_threshold(ImageRecord *image, ControlContext *ctx);
+extern unsigned int itrans_peaksearch_adaptive_threshold(ImageRecord *image, ControlContext *ctx);
#endif /* ITRANS_THRESHOLD_H */