diff options
Diffstat (limited to 'src/reflections.h')
-rw-r--r-- | src/reflections.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h index 8c513a64..052ddf9f 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -21,7 +21,8 @@ extern void write_reflections(const char *filename, unsigned int *counts, - double *ref, int zone_axis, UnitCell *cell); + double *ref, int zone_axis, UnitCell *cell, + unsigned int min_counts); extern double *read_reflections(const char *filename, unsigned int *counts); |