diff options
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 4 |
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 */ |