aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 14209c34..8c513a64 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -23,7 +23,7 @@
extern void write_reflections(const char *filename, unsigned int *counts,
double *ref, int zone_axis, UnitCell *cell);
-extern double *read_reflections(const char *filename);
+extern double *read_reflections(const char *filename, unsigned int *counts);
extern double *ideal_intensities(double complex *sfac);