From b419ab4428ff4fa0d58354abe6f2a953b9e236ee Mon Sep 17 00:00:00 2001 From: taw27 Date: Wed, 26 Sep 2007 17:13:46 +0000 Subject: 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 --- src/itrans-threshold.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/itrans-threshold.h') 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 */ -- cgit v1.2.3