From d5899847b31eaaffd676f23dbc3538f06cc2faec Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 28 May 2010 17:17:57 +0200 Subject: Fix WEIRD Valgrind warnings --- src/diffraction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/diffraction.h') diff --git a/src/diffraction.h b/src/diffraction.h index 85d06cc2..ed583feb 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -32,4 +32,6 @@ extern void get_diffraction(struct image *image, int na, int nb, int nc, extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys, unsigned int sampling, float *ttp, float k); +extern double get_tt(struct image *image, unsigned int xs, unsigned int ys); + #endif /* DIFFRACTION_H */ -- cgit v1.2.3