aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-29 17:37:49 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commit0da8b0efa29a1d581a15ffacafec5e1e5dec76ea (patch)
treeee465c0fe0710520882a16fe6328c12a12e22380 /src/diffraction.h
parentfb8fc1fab3792488e5f3ab0e2ef9ed89189c47d9 (diff)
Move get_q() and get_tt() to detector.c
Diffstat (limited to 'src/diffraction.h')
-rw-r--r--src/diffraction.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/diffraction.h b/src/diffraction.h
index ffe3a19d..5a88bff7 100644
--- a/src/diffraction.h
+++ b/src/diffraction.h
@@ -28,9 +28,5 @@ typedef enum {
extern void get_diffraction(struct image *image, int na, int nb, int nc,
const double *intensities,const double *phases,
UnitCell *cell, int do_water, GradientMethod m);
-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 */