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