aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diffraction.h')
-rw-r--r--src/diffraction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h
index 503e9d19..dd0795fb 100644
--- a/src/diffraction.h
+++ b/src/diffraction.h
@@ -20,7 +20,8 @@
#include "cell.h"
extern void get_diffraction(struct image *image, int na, int nb, int nc,
- int nosfac, int do_water);
+ double *intensities, int do_water);
extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys,
unsigned int sampling, float *ttp, float k);
+
#endif /* DIFFRACTION_H */